mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-22 17:32:01 +00:00
11 lines
97 B
Plaintext
11 lines
97 B
Plaintext
|
byte bar
|
||
|
byte baz
|
||
|
|
||
|
routine main
|
||
|
inputs baz
|
||
|
outputs bar
|
||
|
trashes a, n, z
|
||
|
{
|
||
|
copy baz, bar
|
||
|
}
|