Actions

Print

From Jedisaber Wiki

Revision as of 00:13, 27 June 2025 by Admin (talk | contribs) (Created page with "Print prints stuff to the screen. [code]print("Print this.")[/code] Will print: Print this.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Print prints stuff to the screen.

[code]print("Print this.")[/code]

Will print:

Print this.