Files
ChaiScript/unittests/use.inc
2015-04-08 08:17:33 -06:00

6 lines
50 B
PHP

def greet {
return("hello")
}
fun(){ "world" }