1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-08-01 02:29:03 +00:00
SixtyPical/eg/rudiments/add-word.60p
2018-03-06 10:32:52 +00:00

10 lines
117 B
Plaintext

word score
routine main
inputs score
outputs score
trashes a, c, z, v, n
{
st off, c
add score, 1999
}