set

Creating element to heap.

Good to know: This command is first command of BH. 😄

Also: In 'window' type, Title's defualt value is NoThing but why?

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