Update Print Keyword
@@ -4,7 +4,7 @@ Keyword: `print` (or `stdout`)
|
||||
|
||||
Syntax: `print $str`
|
||||
|
||||
Time Complexity:
|
||||
Time Complexity: O(n), where n is the amount of characters being printed.
|
||||
|
||||
## Overview
|
||||
The `print` keyword appends its argument to stdout.
|
||||
|
||||
Reference in New Issue
Block a user