Category:MUMPS: Difference between revisions

no edit summary
mNo edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 9:
<p>See http://71.174.62.16/Demo/AnnoStd for details about the language.</p>
 
<p>Standard MUMPS has one data typetypes (strings) and some dialects (Cache, MSM) add a second data type (objects). A variable can be unsubscripted or not, and the subscripted variables form a
sparse n-tree. MUMPS doesn't have traditional arrays, but youhas an array syntax that manipulates trees as if they were arrays, using indexing to access nodes of the tree. You can create a tree that onlycan hashave oneunlimited levellevels of branching, with keys and values associated with each node in the tree. Similarly, while the language doesn't have lists, you can mimic lists by creating strings with a consistent character (or string) betweenas eacha delimiter separating the entryentries.</p>
The Cache dialect also supports explicit List operations and data structures.
</p>
22

edits