đź“ť Edit page
âž• Add page
Data types
The syntax is similar Python’s.
[datatypes]
my_string = "abc def"
my_int = 123
my_list = [ 123, 456 ]
my_hash = { abc = 123, def = 456 }
my_bool = true