1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-02-20 13:29:09 +00:00

7 lines
64 B
Plaintext
Raw Normal View History

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