Revision c007f9972e17df4f554e4359570e909c6824ca9d authored by Jochen Knaus on 19 June 2008, 00:00:00 UTC, committed by Gabor Csardi on 19 June 2008, 00:00:00 UTC
0 parent
Raw File
test.R
f1 <- function() return( 999 );
f2 <- function( x, y ) return( x + y );
back to top