Terminal control/Unicode output: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: syntax coloured, made p2js compatible)
(Terminal control/Unicode output in FreeBASIC)
Line 210: Line 210:
end
end
</lang>
</lang>

=={{header|FreeBASIC}}==
<lang freebasic>Print "Terminal handle unicode and U+25B3 is: "; WChr(&H25B3)</lang>


=={{header|FunL}}==
=={{header|FunL}}==