Category:MUMPS: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 9:
<p>See http://71.174.62.16/Demo/AnnoStd for details about the language.</p>
 
<p>MUMPS has onetwo data typetypes (strings and objects). A variable can be unsubscripted or not, and the subscripted variables form a
sparse n-tree. MUMPS doesn't have traditional arrays, but you can create a tree that onlycan hashave oneunlimited levellevels of branching. Similarly, while the language doesn't have lists, you can mimic lists by creating strings with a consistent character (or string) betweenseparating eachthe entryentries.</p>
Anonymous user