Skip to main content

Module io

Module io 

Source
Expand description

File I/O + stdout/stderr.

(print-line STR) → STR to stdout + newline, returns nil (eprint-line STR) → STR to stderr + newline, returns nil (read-file PATH) → file contents as string (write-file PATH STR) → nil (truncates if exists) (path-exists? PATH) → bool (exit CODE) → never returns; terminates process

Functions§

install