out
Less than 1 minute
out
Print a string to the STDOUT with a trailing new line character
Description
Write parameters to STDOUT with a trailing new line character.
Usage
out: string to write -> `<stdout>`
Examples
» out Hello, World!
Hello, World!
For compatibility with other shells, echo is also supported:
» echo Hello, World!
Hello, World!
Detail
out / echo output as string data-type. This can be changed by casting (cast) or using the tout function.
ANSI Constants
out supports ANSI constants.
Synonyms
outecho
See Also
- ANSI Constants: Infixed constants that return ANSI escape sequences
((brace quote): Write a string to the STDOUT without new line>>(append file): Writes STDIN to disk - appending contents if file already exists>(truncate file): Writes STDIN to disk - overwriting contents if file already existscast: Alters the data type of the previous function without altering it's outputerr: Print a line to the STDERRpt: Pipe telemetry. Writes data-types and bytes writtenread:reada line of input from the user and store as a variabletout: Print a string to the STDOUT and set it's data-typetread:reada line of input from the user and store as a user defined typed variable (deprecated)