Structure
RWL is mainly composed of a handfull of things:
Elements
A node used to define objects, that can contain optional attributes or nested elements (blocks)
Usually, elements that are not blocks have their type (e.g. frame in frame {}) as a value.
Elements can also have a number of attributes.
Blocks
Type of element that contains nested nodes
Segments
One or more elements as a list
Attribute
A key or flag, usually inside square brackets in an element.
Value
Simply a value that can denote somthing.
str (string):
text in "", '' or ``:
num (number):
any numerical number:
Last updated