Write language name in 3D ASCII: Difference between revisions

m
(→‎{{header|Wren}}: Wren does now support 'raw' strings.)
Line 401:
 
==={{header|Locomotive Basic}}===
<langsyntaxhighlight lang="locobasic">10 mode 2:defint a-z
20 locate 1,25
30 print "Basic";
Line 425:
230 locate xp,yp+1
240 print "\\/";
250 return</langsyntaxhighlight>
 
{{Out}}
3

edits