6N plus minus one by clock

do input""n
m=int((n+n^0)/6)
?n," = 6 * ",m," ",chr$(44+m*6-n)," 1"loop

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page