1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-08-01 02:29:03 +00:00
SixtyPical/eg/rudiments/forever.60p
2018-03-06 10:32:52 +00:00

9 lines
95 B
Plaintext

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