Capy
function print(...values : as string)
Description
print() converts each value to a string and writes the values in order.
It writes to the active output buffer when one exists. Otherwise, it writes to the response.
Parameters
values : the values to output
Example
Capy
print("hello docs\n")