Update Print Keyword

2026-01-22 21:28:48 +11:00
parent 850f2280a0
commit 49808a6b84

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