1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-10 00:28:59 +00:00
SixtyPical/eg/add-word.60p

10 lines
117 B
Plaintext
Raw Normal View History

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