1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-02 18:41:35 +00:00
SixtyPical/eg/add-fail.60p

7 lines
57 B
Plaintext

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