5 lines
68 B
Text
5 lines
68 B
Text
|
|
{if true then YES else NO}
|
||
|
|
-> YES
|
||
|
|
{if false then YES else NO}
|
||
|
|
-> NO
|