Block Identifiers - o2bblockbusting/cs421_project GitHub Wiki

The 'Y' and 'Z' control characters are used to to start and end a block respectively. These characters are currently only used with if, while, and function statements.

Example:

AnumNV0

Wnum<5Y
P("Hello\n")
AnumNVnum+1
Z

I4*2=2Y
P("Yes\n")
ZEY
P("No\n")
Z