mirror of
https://github.com/irmen/prog8.git
synced 2024-11-28 10:51:14 +00:00
8 lines
67 B
Lua
8 lines
67 B
Lua
|
|
main {
|
|
sub start() {
|
|
long @shared foo2 = 22
|
|
|
|
}
|
|
}
|