1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-08-09 00:25:03 +00:00
Files
SixtyPical/eg/add-fail.60p

7 lines
57 B
Plaintext

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