Terminal control/Display an extended character: Difference between revisions

Content added Content deleted
(Forth, XCHAR wordset)
Line 91: Line 91:
The emerging ANS Forth 20xx standard includes an XCHAR wordset which allows manipulation of non-ASCII character sets such as Unicode.
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>
<lang forth>163 xemit \ £, or
s" £" type</lang>


=={{header|J}}==
=={{header|J}}==