Box the compass: Difference between revisions

m
(Box the compass in BASIC256)
Line 1,113:
j = int((grados[i] + 5.625) / 11.25)
if j > 31 then j -= 32
print rjust(string(grados[i]j),62); " "; rjustljust(string(names$[j+1]),220); " "; names$grados[ji]
next i</lang>
 
2,136

edits