Topic: case statement
Topic: else clause
Topic: indentation
Topic: parallel control statements
ThesaHelp: references t-z
Topic: conditional control by guards
| |
Reference
Weinberg, G.M., Geller, D.P., Plum, T.W.-S.,
"If-then-else considered harmful",
SIGPLAN, 10, 8, pp. 34-44, August 1975.
Google
Quotations
QuoteRef: weinGM8_1975 ;;36 SELECT every action statement consists of WHEN (condition i) is false//action i// when any are selected//action n+1// when none are selected// action n+1// end select (all false or all true)
| QuoteRef: weinGM8_1975 ;;36 on condition select tests for true or false on all conditions
| QuoteRef: weinGM8_1975 ;;37 uses indentation for sub-programs and beginning of statement
| QuoteRef: weinGM8_1975 ;;41 select in any order for parallel processing
| QuoteRef: weinGM8_1975 ;;41 select first action and select case of, for one action
|
Related Topics
Topic: case statement (25 items)
Topic: else clause (11 items)
Topic: indentation (25 items)
Topic: parallel control statements (12 items)
ThesaHelp: references t-z (309 items)
Topic: conditional control by guards (17 items)
|