0
0

✏️ fix casing of Juicescript.data_type.BOOL

This commit is contained in:
DrMaxNix 2022-10-02 16:10:48 +02:00
parent b21383afcd
commit 06140e3f3f

View File

@ -43,12 +43,12 @@ class Juicescript {
// VARIABLE TYPES //
static variable_type = new Juicescript_helper_enum(
static data_type = new Juicescript_helper_enum(
// null
"NULL",
// boolean
"BOOl",
"BOOL",
// string
"NUM", "STR"