Block Break: . +++ .
++
. Block Break terminates other blocks: . a +++ - b +++ > c +++ .a
c
()=
. Escaped target: . \(a)= .(a)=
. Indented target: . (a)= . . Target terminates other blocks: . a (a-b)= - b (a b)= > c (a)= .a
. Comment: . % abc . . Comment terminates other blocks: . a % abc - b % abc > c % abc .c
a
. Multiline comment: . a % abc % def - b % abc %def > c %abc % %def .c
a
. Indented by 4 spaces . +++ % abc (a)= .c
+++
% abc
(a)=
.
Indented by 4 spaces, DISABLE-CODEBLOCKS
.
+++
% abc
(a)=
.