import statement and return a dictionary of functions.
Import system
Modules are imported using string literals that specify the module path:Import with alias
You can alias imported modules for shorter or more descriptive names:Available modules
The Walrus standard library includes three main modules:std/io
File I/O operations including reading, writing, and handle-based streaming
std/sys
System operations like environment variables, command-line arguments, and process control
std/math
Mathematical functions, constants, and random number generation