mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-06 20:50:55 +08:00
16 lines
152 B
Plaintext
16 lines
152 B
Plaintext
|
|
## TODO: initialize global variables
|
|
## and test it here.
|
|
|
|
def all_f1()
|
|
return 'f1'
|
|
end
|
|
|
|
def all_f2()
|
|
return 'f2'
|
|
end
|
|
|
|
def all_f3()
|
|
return 'f3'
|
|
end
|