MUMPS Programming/syntax

< MUMPS Programming

Basic MUMPS Syntax - Lines, Spaces, WhiteSpace, Comments

MUMPS syntax was designed to be concise in a time of scarce memory. This serves a purpose now in that programs are cognitively concise: a lot more fits in view on a screen or on a page of paper.

        SET X=1    SET Y=2
        SET X=1,Y=2  ;   either form full or abbreviated command S
        S X=1,Y=2    ;  
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.