Remove unsupported by Aer alternative syntax for control structures #22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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