ChaiScript/unittests/return.chai
2009-07-08 18:59:10 +00:00

6 lines
38 B
ChaiScript

def bob() {
return 5
}
print(bob())