1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-02-13 11:33:16 +00:00
SixtyPical/eg/vector.60p

11 lines
179 B
Plaintext
Raw Normal View History

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