Topic: string and list concatenation
Topic: notation for operations
ThesaHelp: references sa-sz
Topic: simple loop
Topic: sub-sequences
Topic: pattern components
| |
Reference
Stephens, P.D.,
"The IMP language and compiler",
Computer Journal, 17, 3, pp. 216-223, August 1974.
Google
Notes
Atlas autocode
Quotations
QuoteRef: stepPD8_1974 ;;216 integer division by //
| QuoteRef: stepPD8_1974 ;;216 exclusive or by !!
| QuoteRef: stepPD8_1974 ;;216 left and right shifts by << and >>
| 217 ;;Quote: Imp uses contextual string resolution; so p->q.(s).r picks and left and right context of s
| QuoteRef: stepPD8_1974 ;;217 concatenation of strings by '.'
| QuoteRef: stepPD8_1974 ;;217 CYCLE ... REPEAT for DO BEGIN... END
|
Related Topics
Topic: string and list concatenation (9 items)
Topic: notation for operations (18 items)
ThesaHelp: references sa-sz (237 items)
Topic: simple loop (15 items)
Topic: sub-sequences (13 items)
Topic: pattern components (15 items)
|