Jump to content

Terminal control/Unicode output: Difference between revisions

Add Nimrod
(Added zkl)
(Add Nimrod)
Line 195:
}
}</lang>
 
=={{header|Nimrod}}==
<lang nimrod>import os, strutils
 
if "utf" in getEnv("LANG").toLower:
echo "Unicode is supported on this terminal and U+25B3 is: △"
else:
echo "Unicode is not supported on this terminal."</lang>
 
=={{header|Perl 6}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.