1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-03 01:29:43 +00:00
SixtyPical/eg/forever.60p

9 lines
95 B
Plaintext
Raw Normal View History

routine main
trashes a, y, z, n, c
{
ld y, 65
repeat {
inc y
} forever
}