Gray code: Difference between revisions

m
→‎{{header|BASIC}}: GW-BASIC headered.
(added Easylang)
m (→‎{{header|BASIC}}: GW-BASIC headered.)
Line 1,161:
 
=={{header|BASIC}}==
==={{header|GW-BASIC}}===
<syntaxhighlight lang="gwbasic">10 DEFINT A-Z
{{works with|BASICA}}
<syntaxhighlight lang="gwbasicbasic">10 DEFINT A-Z
20 FOR I=0 TO 31
30 N=I:GOSUB 200:E=R:REM Encode
511

edits