mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-06 20:50:55 +08:00
10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
|
|
||
|
## import "../../functions.pk"
|
||
|
import ^^functions as fns
|
||
|
|
||
|
def bar()
|
||
|
assert(fns.f2() == "f2")
|
||
|
return "foo.bar"
|
||
|
end
|
||
|
|