swh:1:snp:ad0e6c7f41a95cff6b774113c9d2690206ee1db7
Raw File
Tip revision: c007f9972e17df4f554e4359570e909c6824ca9d authored by Jochen Knaus on 19 June 2008, 00:00:00 UTC
version 1.51
Tip revision: c007f99
test.R
f1 <- function() return( 999 );
f2 <- function( x, y ) return( x + y );
back to top