mirror of
https://github.com/irmen/prog8.git
synced 2024-12-02 07:49:27 +00:00
15 lines
194 B
Plaintext
15 lines
194 B
Plaintext
|
~ main $c000 {
|
||
|
const byte hopla=55-33
|
||
|
const byte hopla2=55-hopla
|
||
|
A = "derp" * %000100
|
||
|
|
||
|
%import maghierniet
|
||
|
|
||
|
return 1+999
|
||
|
}
|
||
|
|
||
|
%import imported1, 33, aaa
|
||
|
%import imported2
|
||
|
%import imported3
|
||
|
|