Revision 0966757dabea1100ccf7bb9026adbb671933a0f1 authored by Jochen Knaus on 05 March 2010, 00:00:00 UTC, committed by Gabor Csardi on 05 March 2010, 00:00:00 UTC
1 parent e9fd96f
Raw File
test.R
f1 <- function() return( 999 );
f2 <- function( x, y ) return( x + y );
back to top