Search ('all' for everything):
Search results:
getch — get character
getche — get and echo character
kbhit — check for keyboard character

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
 
concatenate strings
 
Description

s1 || s2 : s3
s1 || s2 produces a string consisting of s1 followed by s2.
 
Parameters
s1
string
s2
string
returns
concatenated string
 
Errors
103 s1 or s2 is not a string