Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 364 Bytes

Jstoopid


Stoopid with updated Syntax written in java

Keyword Description Syntax
var Defines a Variable var name = value
out Prints something out value
goto sets the next line to be read by the interpreter goto linenumber

variables can be redefined with: name = value