mirror of
https://github.com/catseye/SixtyPical.git
synced 2025-08-19 03:27:28 +00:00
Add missing example source
This commit is contained in:
10
eg/vector.60p
Normal file
10
eg/vector.60p
Normal file
@@ -0,0 +1,10 @@
|
||||
vector foo outputs x trashes z, n
|
||||
|
||||
routine bar outputs x trashes z, n {
|
||||
ld x, 200
|
||||
}
|
||||
|
||||
routine main inputs bar outputs x, foo trashes a, z, n {
|
||||
copy bar, foo
|
||||
call foo
|
||||
}
|
Reference in New Issue
Block a user