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