1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-01 03:29:31 +00:00
SixtyPical/eg/forever.60p
2015-10-18 15:32:28 +01:00

9 lines
95 B
Plaintext

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