Revision 82ba53fb0a64fccf078a0cd8ffdb8ba6cc69eec0 authored by Jochen Knaus on 22 August 2008, 00:00:00 UTC, committed by Gabor Csardi on 22 August 2008, 00:00:00 UTC
1 parent 7d99bf6
Raw File
test.R
f1 <- function() return( 999 );
f2 <- function( x, y ) return( x + y );
back to top