Glossary#
Stdout#
Stdout is the destination of a commands default output. Stdout is also known as standard output.
Stderr#
Stderr is the destination of a commands errors. Stderr is also known as standard error.
Note: tr-lang as a programming language currently does not support printing to stderr But tr-lang the program will print its own errors to stderr.