Update Print Keyword

2026-01-22 21:29:08 +11:00
parent 49808a6b84
commit 2ddc266c76

@@ -21,7 +21,7 @@ Keyword: `println` (or `stdlnout`)
Syntax: `println $str` Syntax: `println $str`
Time Complexity: Time Complexity: O(n), where n is the amount of characters being printed.
## Overview ## Overview
The `println` keyword appends its argument to stdout, then flushes the buffer. The `println` keyword appends its argument to stdout, then flushes the buffer.