Code cleanup. Refactor chaiscript_eval to use functions instead of inline code

This commit is contained in:
Jonathan Turner
2009-07-08 22:01:40 +00:00
parent a0448fa558
commit 98edfc8dba
6 changed files with 692 additions and 470 deletions

View File

@@ -1,5 +1,5 @@
def bob() {
def sam() {
return 5
}
print(bob())
print(sam())