Skip to content

if then else returns error #2

@PaulSnow

Description

@PaulSnow

ifstatement ::=

     IF bexpr:b THEN block:blk1 ENDIF                     {: RESULT = "{ "+blk1+"} "             +b+ "if "    ; :} |                      
     IF bexpr:b THEN block:blk1 ELSE block:blk2 ENDIF     {: RESULT = "{ "+blk1+"} { "+blk2+"} " +b+ "ifelse "; :} ;

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions