Write language name in 3D ASCII: Difference between revisions

Line 302:
 
==={{header|Locomotive Basic}}===
 
<lang locobasic>10 mode 2:defint a-z
20 locate 1,25
Line 340 ⟶ 339:
\\\\\\\\\\\\/ \\\\\\/ \\\\/ \\\\\\\\\\/ \\\\\\\\/ \\\\\\\\/
</pre>
 
==={{header|TI-83 BASIC}}===
<lang ti83b>Disp “ .....+ .....+
Disp “ +o+ooo +o+ooo
Disp “ .o .o
Disp “ .o ...+.+
Disp “ +o +ooooo
Disp “
Disp “ BASIC</lang>
 
Replace . + o with 0x81,0x80,and 0x7F http://tibasicdev.wikidot.com/one-byte-tokens
These can be found in the Catalog (2ND 0) menu, near the end
 
==={{header|ZX Spectrum Basic}}===
Anonymous user