Remove unsupported by Aer alternative syntax for control structures #22
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Aer Information
eb088cd0d7
Your problem description
Aer actually supports an alternative syntax for control structures: namely, if, while, for, foreach, and switch. In each case, the basic form of the alternate syntax is to change the opening brace to a colon (:) and the closing brace to endif;, endwhile;, endfor;, endforeach;, or endswitch;, respectively. This so-called template syntax is unnecessary in Aer.
Done in
3f1397ed93
and5cb19f63a5
.Remove unsupported by P# alternative syntax for control structuresto Remove unsupported by Aer alternative syntax for control structures