1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-27 01:29:04 +00:00
SixtyPical/eg/vector.60p

11 lines
179 B
Plaintext
Raw Normal View History

2015-10-20 16:39:00 +00:00
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
}