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
2018-12-11 17:17:15 +00:00

7 lines
64 B
Plaintext

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