Skip to content

Language Basics

Charles C edited this page Jul 20, 2018 · 2 revisions

Jave 2018

Comments

A comment in Jave is prefaced by /\

/\ this is a comment that will be ignored by Jave up to EOL (end of line)

A longform comment can be done like so:

/\ This
comment can span lines
    and retains formatting if I can figure 
out how 
          to do that
\/

Printing to Screen

Printing to screen is done with the operator pront

pront<"Henlo world">;;

or

pronted<"henlo world">;; to add a newline at the end.

Note: Pronting may be moved to the "Tonr" standard library in the future.

Variable assignment

It is easy to assign a variable utilizing the allow 2b=2 operator

allow foo 2b=2 bar

Assignment will be expanded upon

i can fix that

WITH MONEY

™️

Clone this wiki locally