[1bb915]: / test / stmt-case.test.expected  Maximize  Restore  History

Download this file

16 lines (13 with data), 177 Bytes

FUNCTION func:BOOL;
(*switch*)WHILE TRUE DO
CASE value OF
 'h':
 ((c:=c+1)-1);
 ((c:=c-1)+1);
 EXIT;
 
ELSE:
 ((c:=c-1)+1);
 EXIT;

END_CASE

(*switch*)EXIT;
(*switch*)END_WHILE