:sig
void print(...val)

:params
...val : one or more values that should be output

:see
>string

:content
Appends data to the current request output stream.

Use `print()` when you want to emit response content directly from UCE code.

Related:

- PHP: `echo`, `print`, and output buffering patterns
- JavaScript / Node.js: `res.write()`, stream writes, or string-returning render helpers depending on context
