CO538 Anonymous Questions and Answers Keyword Index |
This page provides a keyword index to questions and answers. Clicking on a keyword will take you to a page containing all questions and answers for that keyword, grouped by year.
To submit a question, use the anonymous questions page. You may find the keyword index and/or top-level index useful for locating past questions and answers.
Keyword reference for skip
2001 |
Is there a way of saying:
IF
a = 1
control ? a
a = 0
-- DO nothing
If I leave it blank the compiler complains ... ?
That's an easy one :) ... for those spots where the language insists on a process but you have nothing to do, use SKIP (which means do nothing):
IF
a = 1
control ? a
a = 0
SKIP
Keywords: skip
|
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License. |