set
Creating element to heap.
The basics
set $<ElementName> (<Type>):
"<AttributeName>": "<AttributeValue>"
;Example
set $windowName (window):
"title": "$name",
"size": "1000x800",
"initscript": "echo Hello"
;
//Coded with BH Beta 0.1.0Last updated