M

M definition - computer

(1) See mega.

(2) Formerly known as MUMPS, it is a high-level programming language and integrated database that is widely used in the health-care field. Its extensive string handling capabilities make it suitable for storing vast amounts of free text. It was originally developed in 1966 at Massachusetts General Hospital as the Massachusetts Utility MultiProgramming System. The MUMPS Development Committee has maintained the language since 1973, and it became an ANSI standard in 1977.

Unique Features
M includes the ability to store both data and program statements in its database, a fundamental property of object-oriented programming. In addition, formulas written in a program can be stored and used by other programs. See M Technology Resource Center.

The following M example converts Fahrenheit to Celsius:

   READ "Enter Fahrenheit ",FAHR
   SET CENT=(FAHR-32)*5/9
   WRITE "Celsius is", CENT





Computer Desktop Encyclopedia THIS DEFINITION IS FOR PERSONAL USE ONLY
All other reproduction is strictly prohibited without permission from the publisher.
Copyright © 1981-2009 by Computer Language Company Inc. All rights reserved.

Comments
Improve this definition.
Do you have more to add? Share your linguistic knowledge or observation.
/Register to save your comments.