Difference between revisions of "MUMPS/Command A"

From VistApedia
Jump to: navigation, search
Line 1: Line 1:
<noinclude>  [[MUMPS/MUMPS Language Elements|{{ArrowUp}}MUMPS Language Elements{{ArrowUp}}]] | {{Mcmd|B|{{ArrowRight}}}}</noinclude>
+
<noinclude>  [[MUMPS/MUMPS Language Elements|{{ArrowUp}}MUMPS Language Elements{{ArrowUp}}]] | {{Mcmd|B|{{ArrowRight}}}}[[Category:MUMPS Command]]</noinclude>
 
=== command A or a ===
 
=== command A or a ===
 +
 
  Currently, the letter '''A''' is the abbreviation for the command '''{{Mcmd|ASSIGN}}'''. {{MUMPS/NotImpl}}
 
  Currently, the letter '''A''' is the abbreviation for the command '''{{Mcmd|ASSIGN}}'''. {{MUMPS/NotImpl}}
 
  Currently, the letter '''A''' is the prefix for several commands:
 
  Currently, the letter '''A''' is the prefix for several commands:
  Currently, '''{{Mcmdabbr|AB}}''' is the abbreviation for the command '''{{Mcmd|ABLOCK}}'''. {{MUMPS/NotImpl}}
+
  {{MUMPS/CurrentCmd|AB|ABLOCK}}
Currently, '''{{Mcmdabbr|ASTA}}''' is the abbreviation for the command '''{{Mcmd|ASTART}}'''. {{MUMPS/NotImpl}}
+
{{MUMPS/CurrentCmd|ASTA|ASTART}}
Currently, '''{{Mcmdabbr|ASTO}}''' is the abbreviation for the command '''{{Mcmd|ASTOP}}'''. {{MUMPS/NotImpl}}
+
{{MUMPS/CurrentCmd|ASTO|ASTOP}}
Currently, '''{{Mcmdabbr|AUNB}}''' is the abbreviation for the command '''{{Mcmd|AUNBLOCK}}'''. {{MUMPS/NotImpl}}
+
{{MUMPS/CurrentCmd|AUNB|AUNBLOCK}}
 
   
 
   
  The letter '''A''' used to be the abbreviation for the command '''{{Mcmd|ASK}}'''.
+
  {{MUMPS/FormerCmd|A|ASK}}

Revision as of 13:51, 6 June 2019

  ↑ MUMPS Language Elements ↑  | 
  1. REDIRECTTemplate:M/Mcmd

command A or a

Currently, the letter A is the abbreviation for the command Command ASSIGN. 
  1. REDIRECTTemplate:M/NotImpl
Currently, the letter A is the prefix for several commands:

Currently, the letter sequence AB is the abbreviation for the Command ABLOCK.

Currently, the letter sequence ASTA is the abbreviation for the Command ASTART.

Currently, the letter sequence ASTO is the abbreviation for the Command ASTOP.

Currently, the letter sequence AUNB is the abbreviation for the Command AUNBLOCK.

 === Former Non-Standard Command ===
The letter A used to be the abbreviation for the Command ASK.  No Standard M implementation is required to implement this command. Non-Standard M systems may include the Command ASK.