mirror of
https://github.com/catseye/SixtyPical.git
synced 2025-02-16 15:30:26 +00:00
Add uncommitted example source, and fix names of 2 others.
This commit is contained in:
parent
9d6ca0b2b4
commit
2c564f0e48
10
eg/copy.60p
Normal file
10
eg/copy.60p
Normal file
@ -0,0 +1,10 @@
|
||||
byte bar
|
||||
byte baz
|
||||
|
||||
routine main
|
||||
inputs baz
|
||||
outputs bar
|
||||
trashes a, n, z
|
||||
{
|
||||
copy baz, bar
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user