Appearance
Forbid the use of the wait() function
This rule prohibits wait statements.
Example of incorrect code for this rule:
main() { wait(Now > 1000); }