mirror of
https://github.com/irmen/prog8.git
synced 2024-12-03 13:49:23 +00:00
7 lines
53 B
Plaintext
7 lines
53 B
Plaintext
|
~ extra {
|
||
|
; this is imported
|
||
|
|
||
|
X = 42
|
||
|
return 44
|
||
|
}
|