1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-02-16 15:30:26 +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
}