Topics in this section
-
wcmatch
Performs a wild-card pattern match on a string
-
while
Evaluates a test expression, and if it is not nil, evaluates other expressions; repeats this process until the test expression evaluates to nil
-
write-char
Writes one character to the screen or to an open file
-
write-line
Writes a string to the screen or to an open file