mirror of
https://github.com/HybridDog/pdisc.git
synced 2024-11-13 22:00:39 +01:00
11 lines
414 B
Markdown
11 lines
414 B
Markdown
|
commands are read line by line
|
||
|
|
||
|
```[<labelname>:] [<commandname> [<arg1>[,<arg2[…]]]] [; <comment>]```
|
||
|
|
||
|
arguments can be either variables, labels or immediates,
|
||
|
labels are replaced with immediates which have the line numbers of the labels as their values
|
||
|
true/false: boolean (immediate)
|
||
|
12.6: number (immediate)
|
||
|
$hello nwae: string (immediate)
|
||
|
nodolla: either a label is called so (immediate) or it's a variable
|