mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-02 19:00:47 +08:00
⚡ optimize test files
httptest.nas: when clicking mandel.nas link, this may cause memory overflow in new gc
This commit is contained in:
@@ -127,6 +127,10 @@ var n=2.147e16; # dec
|
||||
var n=1e-10; # dec
|
||||
var n=0xAA55; # hex
|
||||
var n=0o170001; # oct
|
||||
|
||||
# caution: true and false also useful in nasal now
|
||||
var n=true; # in fact n is now 1.0
|
||||
var n=false; # in face n is now 0.0
|
||||
```
|
||||
|
||||
__`str`__ has 3 formats. The third one is used to declare a character.
|
||||
|
||||
Reference in New Issue
Block a user