1
0
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:
Chris Pressey 2016-06-16 11:14:08 -05:00
parent 9d6ca0b2b4
commit 2c564f0e48
3 changed files with 10 additions and 0 deletions

10
eg/copy.60p Normal file
View File

@ -0,0 +1,10 @@
byte bar
byte baz
routine main
inputs baz
outputs bar
trashes a, n, z
{
copy baz, bar
}