MUMPS Syntax

MUMPS syntax allows multiple commands to appear on a line, grouped into procedures (subroutines) in a fashion similar to most structured programming systems. Storing variables in the database (and on other machines on the network) is designed to be simple, requiring no libraries and using the same commands and operators used for working with variables in RAM as with data in persistent storage.

Read more about MUMPS Syntax:  Overview, Whitespace, Procedures – MUMPS Routines, Variables and Datatypes, Multi-user, Multi-tasking, Multi-processor