Difference between revisions of "M"
From VistApedia
DavidWhitten (talk | contribs) |
DavidWhitten (talk | contribs) (→WIP) |
||
Line 29: | Line 29: | ||
<includeonly>* command ASTOP or astop</includeonly> | <includeonly>* command ASTOP or astop</includeonly> | ||
<noinclude>=== command ASTOP or astop ===</noinclude> | <noinclude>=== command ASTOP or astop ===</noinclude> | ||
− | {{:MUMPS/ | + | {{:MUMPS/MWAPI_impl}} |
<noinclude> | <noinclude> | ||
==== {{MUMPS/M-meta-ext|astop-argument}} ==== | ==== {{MUMPS/M-meta-ext|astop-argument}} ==== | ||
</noinclude> | </noinclude> |
Revision as of 20:27, 8 February 2021
MUMPS is the programming language used for VistA.
- See the Wikipedia article on MUMPS
- See Introduction to Programming VistA with MUMPS
- See MUMPS Code Examples
- see https://learnxinyminutes.com/docs/m/ archived here as Learn M In Minutes
- The Informational parts of the ISO standard: https://www.iso.org/obp/ui/#iso:std:iso-iec:11756:ed-2:v1:en
There are several implementations of MUMPS:
- Cache from InterSystems Corporation (proprietary,commercial)
- GT.M from Fidelity (open source, commercial)
- IRIS] from InterSystems Corporation (proprietary, commercial)
- YottaDB from YottaDB.com (open source, commercial)
Any program written in M (MUMPS) that is stated as being written in Standard M must conform to the ANSI X11 standard for the language.
Any implementation of M (MUMPS) that is to be qualified as Standard M must conform to the ANSI X11 standard for the language.
Templates
Template: M <include>{| width="100%" style="font-size:90%; background:transparent;"
||}st:subpages-nav}}
Choose one of:
- Subpages-Date:Template:Subpages-date(edit) {{subpages-date}}
- Subpages-Name:Template:Subpages-name(edit) {{subpages-name}}
- Subpages-Number:Template:Subpages-number(edit) {{subpages-number}}
- Subpages-Person:Template:Subpages-person(edit) {{subpages-person}} Documentation[create]
Sub pages
<include>{| width="100%" style="font-size:90%; background:transparent;"
|- M/ABLOCK
- M/ASK
- M/ASSIGN
- M/ASTART
- M/ASTOP
- M/AUNBLOCK
- M/BREAK
- M/CLOSE
- M/Command ??
- M/Command A
- M/Command ASTART
- M/Command B
- M/Command C
- M/Command D
- M/Command E
- M/Command F
- M/Command G
- M/Command H
- M/Command I
- M/Command J
- M/Command K
- M/Command L
- M/Command M
- M/Command N
- M/Command NEW
- M/Command O
- M/Command P
- M/Command Q
- M/Command R
- M/Command S
- M/Command T
- M/Command U
- M/Command V
- M/Command W
- M/Command X
- M/Command Y
- M/Command Z
- M/DO
- M/DSM-11
- M/DSM-11/20200521
- M/DSM-11/20200522
- M/ELSE
- M/ESTART
- M/ESTOP
- M/ETRIGGER
- M/Error List
- M/FOR
- M/GOTO
- M/HALT
- M/HANG
- M/IF
- M/ISM-11
- M/JOB
- M/KILL
- M/LOCK
- M/MERGE
- M/MUMPS-11+
- M/MUMPS-15
- M/MUMPS-4b
- M/M Language Elements
- M/Mumps Language Issues
- M/OPEN
- M/QUIT
- M/READ
- M/SET
- M/TRESTART
- M/TROLLBACK
- M/TSTART
- M/VAX
- M/VIEW
- M/XECUTE
|}st:subpages-nav}}
Choose one of:
- Subpages-Date:Template:Subpages-date(edit) {{subpages-date}}
- Subpages-Name:Template:Subpages-name(edit) {{subpages-name}}
- Subpages-Number:Template:Subpages-number(edit) {{subpages-number}}
- Subpages-Person:Template:Subpages-person(edit) {{subpages-person}} Documentation[create]
WIP
command ASTOP or astop
This is part of the MUMPS Windowing Application Programmer Interface, and may not be implemented by all vendors.
Template:MUMPS/M-meta-ext