Haivaan
(HAIVAAN)
December 24, 2020, 4:34pm
1
I have read the documentation and also tried searching on YouTube. But I am unable to understand the practical usage of these blocks. Please guide me through this.
See this guide:
0 — Basics
0.1 — What Is Dictionary
Dictionary is object structured like JSON, which is a standard to store dictionaries as text. It is a way to store information in an organized, easy-to-access manner. It stores a collection of pairs that consists of a key and the corresponding value. The key is a reference to the value, kind of like a variable where the variable name acts as a reference.
Dictionary in Kodular is a built-in block.
[image]
Object uses { bracket at the start, } at the end.
A co…
Consider searching the community, too
3 Likes