Code cleanup. Refactor chaiscript_eval to use functions instead of inline code
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
def bob() {
|
||||
def sam() {
|
||||
return 5
|
||||
}
|
||||
|
||||
print(bob())
|
||||
print(sam())
|
||||
|
Reference in New Issue
Block a user