XML

kent logo

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

Question 10 (2001):

Is there a way of saying:

  IF
    a = 1
      control ? a
    a = 0
      -- DO nothing

If I leave it blank the compiler complains ... ?

Answer 10:

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

Valid CSS!

Valid XHTML 1.0!

This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.
Last modified Mon May 20 13:50:33 2013
This document is maintained by Fred Barnes, to whom any comments and corrections should be addressed.