Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 355 Bytes

println.sh.md

File metadata and controls

13 lines (11 loc) · 355 Bytes

println

println -- Prints a message with a new line.

Print message to the standard output with a new line. While "echo" consumes flags, println does not consume any flags, so this is theoretically safe.

Usage

// DEPRECATED.
void func::println(string message...) > output
// 1. Command form.
void sub::println(string message...) > output