Write language name in 3D ASCII: Difference between revisions

(→‎{{header|Python}}: Lines of 'table' too long.)
Line 1,110:
variable bannerstr 5 allot \ memory for the character string
 
\ Font selection characters stored as a counted stringstrings
: STARFONT cS" *" count bannerstr PLACE ;
: HASHFONT cS" ##" count bannerstr PLACE ;
: 3DFONT cS" _/" count bannerstr PLACE ;
 
 
Anonymous user