(0.0.0) Functions & Methods - JujuAdams/Bento GitHub Wiki
Functions in Bento are split into two scopes: global functions and element methods. Global functions can be called from anywhere, but element methods must be called from within an element's scope (either <element>.<method>()
or with(<element>) <method>()
).
Initialisation