Topic: string transformation languages
ThesaHelp: references e-f
Topic: control returning functions and expressions
Topic: failure returning functions and expressions
Topic: conditional statement
Topic: goto statement
Topic: pattern brackets
Topic: pattern specification
Topic: evaluate operator
ThesaHelp: ACM references f-l
Topic: pattern components
Topic: access by pattern matching
| |
Reference
Farber, D.J., Griswold, R.E., Polinsky, I.P.,
"SNOBOL, a string manipulation language",
Journal of the ACM, 11, 2, pp. 21-30, January 1964.
Google
Quotations
QuoteRef: farbDJ1_1964 ;;23 replace by search string expression = string (if true the pattern match is replaced by the string)
| QuoteRef: farbDJ1_1964 ;;24 all scans left to right so use pattern variables as pattern literals in the same search
| QuoteRef: farbDJ1_1964 ;;25 pattern match for paired ()
| QuoteRef: farbDJ1_1964 ;;25 uses *variable-pattern/fixed-length-optional*
| QuoteRef: farbDJ1_1964 ;;25 string search expression is a way of specifying a sub-field of a string
| QuoteRef: farbDJ1_1964 ;;26 gotos by /(label) f(label) s(label) for always, failure, success
| QuoteRef: farbDJ1_1964 ;;27 indirect variable is as if wrote the contents of a variable
|
Related Topics
Topic: string transformation languages (17 items)
ThesaHelp: references e-f (168 items)
Topic: control returning functions and expressions (6 items)
Topic: failure returning functions and expressions (24 items)
Topic: conditional statement (8 items)
Topic: goto statement (25 items)
Topic: pattern brackets (15 items)
Topic: pattern specification (15 items)
Topic: evaluate operator (7 items)
ThesaHelp: ACM references f-l (241 items)
Topic: pattern components (15 items)
Topic: access by pattern matching (18 items)
|