1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-10 00:28:59 +00:00
SixtyPical/eg/vector.60p
2015-10-20 17:39:00 +01:00

11 lines
179 B
Plaintext

vector foo outputs x trashes z, n
routine bar outputs x trashes z, n {
ld x, 200
}
routine main inputs bar outputs x, foo trashes a, z, n {
copy bar, foo
call foo
}