Actions

Print: Difference between revisions

From Jedisaber Wiki

Created page with "Print prints stuff to the screen. [code]print("Print this.")[/code] Will print: Print this."
(No difference)

Revision as of 00:13, 27 June 2025

Print prints stuff to the screen.

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

Will print:

Print this.