-
Notifications
You must be signed in to change notification settings - Fork 14
blocks
Robin Johnson edited this page Aug 26, 2021
·
2 revisions
Blocks are the basic unit of Gruescript syntax. A block begins with the keyword that identifies the block type (that's how Gruescript knows where a new block starts.) There are nine types of block:
Most blocks have multiple lines, except var
and tagdesc
blocks which are both always exactly one line long.
room living_room You're in a living room # a room block
south foyer
thing sofa # a thing block
loc living_room