1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-02-19 20:30:45 +00:00
2018-12-11 17:17:15 +00:00

7 lines
64 B
Plaintext

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