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}}}}[[Category:MUMPS Command]]</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 ===
 
+
  {{MUMPS/IsPrefixCmd|A}}
  Currently, the letter '''A''' is the abbreviation for the command '''{{Mcmd|ASSIGN}}'''. {{MUMPS/NotImpl}}
+
{{MUMPS/LetterisCmd|A|ASSIGN}}
Currently, the letter '''A''' is the prefix for several commands:
 
 
  {{MUMPS/CurrentCmd|AB|ABLOCK}}
 
  {{MUMPS/CurrentCmd|AB|ABLOCK}}
 
  {{MUMPS/CurrentCmd|ASTA|ASTART}}
 
  {{MUMPS/CurrentCmd|ASTA|ASTART}}
Line 10: Line 9:
 
   
 
   
 
  {{MUMPS/FormerCmd|A|ASK}}
 
  {{MUMPS/FormerCmd|A|ASK}}
 +
 +
[[Category:MUMPS sub-site]]

Revision as of 17:22, 6 June 2019

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

command A or a

 Currently, the letter sequence A is the prefix for several commands: 
Template:MUMPS/LetterisCmd

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.