//! Ling standard library — built-in functions exposed to the runtime.
/// Print a value to stdout with a trailing newline.
/// Print a debug representation.
/// Abort with a message.
!
/// Sleep for `ms` milliseconds (useful for simple animations / demos).
/// Current Unix timestamp in seconds.