Group: Thesa programming system
Topic: conditional statement
| |
Quotation
If Branch ProgA else ProgB ==> unless: Branch goto Else // do ProgA // goto Exit // label Else //do ProgrB // label Exit ... [p. 2000-09-23] Branch interface // if: A==B goto Label // unless: A==B goto Label ... "A==B" is a branch because "if: A==B goto Label" exists
Google-1
Google-2
personal notes
Related Topics
Group: Thesa programming system (11 topics, 561 quotes)
Topic: conditional statement (8 items)
|