Write language name in 3D ASCII: Difference between revisions

Content added Content deleted
({{header|ZX Spectrum Basic}})
Line 32:
=={{header|ZX Spectrum Basic}}==
 
We have used an extended (non ascii) character in this example to produce an inverted space symbol (143 on the spectrum character table), for simplicity. We could substitute another character, and change the handler to cause a colour switch using a traditional space (ascii 32), but the output would still look the same.
 
<lang basic>10 LET s$="BASIC": REM our language name