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
chdir
 
change directory
 
Description

n chdir(s)
chdir(s) changes the current directory to s but fails if there is no such directory or if the change cannot be made. Whether the change in directory persists after program termination depends on the operating system.
 
Parameters
s
directory path
returns
&null
 
Errors
103 s not string