Search ('all' for everything):
Search results:
digitcnt — count the number of digits in a file.

Index of Function Types:
affects &pos
character sets
co-expressions
control structures
file processing
generators
infix operations
keywords
lists, sets and tables
math
metadata
output formatting
pattern matching
prefix operations
records
strings
windows and keyboards

Index of Subsystems:
base
digitcnt.icn
SNOBOL4 functions
reverse
 
reverse string
 
Description

s2 reverse(s1)
reverse(s1) produces a string consisting s1 with the characters in the reverse order.
 
Parameters
s1
string to be reversed
returns
s1 with characters strung in reverse order
 
Errors
103 s1 is not a string