0
0

💡 fix comment for NUM and STR data type enums

This commit is contained in:
DrMaxNix 2022-10-02 17:40:58 +02:00
parent 5054f1b51f
commit dc5006cdb3

View File

@ -50,7 +50,7 @@ class Juicescript {
// boolean
"BOOL",
// string
// simple values
"NUM", "STR"
);