We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ASCII? value
Returns TRUE if value or string is in ASCII character range (below 128).
ASCII? is a native value.
#SOURCE
ascii?: make native! [ [ {Returns TRUE if value or string is in ASCII character range (below 128).} value [any-string! char! integer!] ] ]