... ... is the structure of the house.${} ${hole} describes a wall hole. The holes will be filled by fitting bricks. (The ${hole} will be replaced by the contents of the brick.) You can refer to Example A to understand the usage.$<> $<wall> describes a wall. $<wall> must wrap at least one ${hole}. If all ${hole} among them are not filled with any bricks, the $<wall> will be destroyed. You can refer to Example B to understand the usage.--- --- describes the fitting relationship between holes and bricks.${}.
Blueprint
...
${a} == ${b}
...
---
,
a,b
1,2
3,4
---
Generated content
1 == 2 3 == 4
Blueprint
...
${a} $<== ${b}>
...
---
,
a,b
1,2
3
---
Generated content
1 == 2 3