Print function and readme.md
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## create var = Value
|
||||
## create var *bytes = Value
|
||||
|
||||
Creates the variable "var" and initialises its value.
|
||||
Creates the variable "var" with a set number of bytes allocated to it, and initialises its value.
|
||||
|
||||
Example: `create var *5 = "Hello"`
|
||||
|
||||
## print var
|
||||
|
||||
Prints the value of `var` to the console, where `var` is a variable.
|
||||
Reference in New Issue
Block a user