Search ('all' for everything):
Search results:
R.f — get field of record

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
exit
 
exit program
 
Description

exit(i)
exit(i) terminates program execution with exit status i.
 
Parameters
i
return code
 
Defaults
i
normal exit (machine dependent)
 
Errors
101 i is not an integer
 
See Also
  • stop — stop execution