This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
pocketlang
Watch
1
Star
0
Fork
0
You've already forked pocketlang
mirror of
https://github.com/zekexiao/pocketlang.git
synced
2025-02-06 12:46:53 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
590e76b19f
pocketlang
/
tests
/
lang
/
import
/
globals.pk
11 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
imported scripts were initialized (#158)
2021-07-03 00:02:30 +08:00
module g_import
def get_a_value()
return "foobar"
end
fn, cls moved to constants buffer functions and classes are moved to constant buffer, and forward names are resolved for globals.
2022-04-10 11:07:44 +08:00
g_var_1 = 1 + 2
g_var_2 = get_a_value()
Reference in New Issue
Copy Permalink