1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-11-29 03:51:35 +00:00
SixtyPical/eg/rudiments/errorful/add.60p

7 lines
64 B
Plaintext
Raw Normal View History

define add_four routine
inputs a
outputs a
{
add a, 4
}