read
a variable, use the $ sign
.
assign
a variable, do not use it.
tmp variable
, prefix your variable name with 2 underscores __
.
List
in one line.
A Dict in Keecode is like an Object in PHP/JS. It'a set of keys/values.
Dict
, indentation is important.