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