Write language name in 3D ASCII: Difference between revisions

Content added Content deleted
(→‎{{header|Wren}}: Wren does now support 'raw' strings.)
Line 401: Line 401:


==={{header|Locomotive Basic}}===
==={{header|Locomotive Basic}}===
<lang locobasic>10 mode 2:defint a-z
<syntaxhighlight lang="locobasic">10 mode 2:defint a-z
20 locate 1,25
20 locate 1,25
30 print "Basic";
30 print "Basic";
Line 425: Line 425:
230 locate xp,yp+1
230 locate xp,yp+1
240 print "\\/";
240 print "\\/";
250 return</lang>
250 return</syntaxhighlight>


{{Out}}
{{Out}}