Character codes: Difference between revisions

m
Line 532:
=={{header|SNOBOL4}}==
 
ModernSnobol Snobolsimplementations may or may not have built-in char( ) butand notord asc( ) or ordasc( ). Rolling either one is easy. These are based on examples in the Snobol4+ tutorial, and work with the native (1-byte) charset.
{{works with|Macro Spitbol}}
{{works with|Snobol4+}}
{{works with|CSnobol}}
 
Modern Snobols have built-in char( ) but not asc( ) or ord( ). Rolling either one is easy. These are based on examples in the Snobol4+ tutorial, and work with the native (1-byte) charset.
 
<lang SNOBOL4> define('chr(n)') :(chr_end)
Anonymous user