set
Creating element to heap.
The basics
The ones between '<' and '>' are changed by the user.
set $<ElementName> (<Type>):
"<AttributeName>": "<AttributeValue>"
;
Types: https://groophy.gitbook.io/bhdocs/extras/element_types
Example
set $windowName (window):
"title": "$name",
"size": "1000x800",
"initscript": "echo Hello"
;
//Coded with BH Beta 0.1.0
Last updated