mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-22 17:32:01 +00:00
7 lines
57 B
Plaintext
7 lines
57 B
Plaintext
|
routine add_four
|
||
|
inputs a
|
||
|
outputs a
|
||
|
{
|
||
|
add a, 4
|
||
|
}
|