1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-09-29 08:57:04 +00:00
SixtyPical/eg/add-fail.60p

7 lines
57 B
Plaintext

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