Terminal control/Display an extended character: Difference between revisions

Forth, XCHAR wordset
(Add bc, C.)
(Forth, XCHAR wordset)
Line 86:
return 0;
}</lang>
 
=={{header|Forth}}==
{{works with|GNU Forth|0.7.0}}
The emerging ANS Forth 20xx standard includes an XCHAR wordset which allows manipulation of non-ASCII character sets such as Unicode.
 
<lang forth>163 xemit \ £</lang>
 
=={{header|J}}==
Anonymous user