Topic: sub-sequences
Topic: sparse arrays
Topic: pattern specification
Topic: string and list concatenation
Topic: pronoun reference
ThesaHelp: references m-o
| |
Reference
Massachusets General Hospital,
"MUMPS".
Google
Quotations
QuoteRef: mumps ;;$PIECE (s,d,m [n]) substring of S bounded by m-1 occurrence of D and the n (default m) occurrence of D
| QuoteRef: mumps ;;underscore for concatenation eg A _ B
| QuoteRef: mumps ;;pattern searching A?B where B is a pattern specifier made up of numbers (0 for any), codes, or string literals; codes for all combinations of alphanumerics and punctuation
| QuoteRef: mumps ;;uses naked reference (i.e. default all but last element) to force user into same disk block
| QuoteRef: mumps ;;global variables -- sparse arrays on disk, siblings chained together with links to sons. use of an entry implies the path to get to the entry.
|
Related Topics
Topic: sub-sequences (13 items)
Topic: sparse arrays (6 items)
Topic: pattern specification (15 items)
Topic: string and list concatenation (9 items)
Topic: pronoun reference (23 items)
ThesaHelp: references m-o (268 items)
|