Skip to content

Print command

Alvin Cheng edited this page Jan 9, 2023 · 4 revisions

Description

Welcome to the most basic command of all, the one that we all use when we program. Did you guess it?? It's the print commamd! yay! Anyways, the print command will as the name suggests print text in all parameters to the console. We can also add a new line by typing <endline> inside the string Here's an example!

Example

print "<TEXT>" "<TEXT>";
Clone this wiki locally