mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-02 19:00:47 +08:00
📝 change name of used types
This commit is contained in:
@@ -196,7 +196,7 @@ __`vm_nil`__ is a null type. It means nothing.
|
||||
var spc=nil;
|
||||
```
|
||||
|
||||
__`vm_num`__ has 3 formats: `dec`, `hex` and `oct`. Using IEEE754 double to store.
|
||||
__`vm_num`__ has 3 formats: `dec`, `hex` and `oct`. Using IEEE754 `double` to store.
|
||||
|
||||
```javascript
|
||||
# this language use '#' to write notes
|
||||
|
||||
Reference in New Issue
Block a user