mirror of
https://github.com/irmen/prog8.git
synced 2025-02-17 13:31:01 +00:00
7 lines
70 B
Lua
7 lines
70 B
Lua
|
|
main {
|
|
sub start() {
|
|
long @shared foo2 = 123456
|
|
}
|
|
}
|