Titan



all


The keyword is used in conjunction with other keywords to refer to each entity concerned . It is used to...

  1. clear all ports ( together with the keyword clear);
  2. start all ports (together with the keyword start);
  3. stop all timers, components or ports ( together with the keyword stop);
  4. to denote that all definitions must be imported from the source module (together with the keyword import) ;
  5. check all parallel components (together with the keyword running);
  6. check whether all parallel components have finished execution (together with the keyword done).

Related keywords:


all...



BNF definition of all