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