swh:1:snp:ad0e6c7f41a95cff6b774113c9d2690206ee1db7
Raw File
Tip revision: 97a6960daa89dd92588807451cfbaf5800c4ae5e authored by Jochen Knaus on 24 April 2010, 00:00:00 UTC
version 1.84
Tip revision: 97a6960
test.R
f1 <- function() return( 999 );
f2 <- function( x, y ) return( x + y );
back to top