Terminal control/Display an extended character: Difference between revisions

Content added Content deleted
No edit summary
Line 1: Line 1:
{{task|Text processing}}
{{task|Text processing}}
The task is to display an extended (non ASCII) character onto the terminal. For this task, we will display a £ (GBP currency sign).
The task is to display an extended (non ASCII) character onto the terminal. For this task, we will display a £ (GBP currency sign).

=={{header|ACL2}}==
<lang Lisp>(cw "£")</lang>


=={{header|Ada}}==
=={{header|Ada}}==