☜ | WRITE1984 Version of ANSI Standard | ☞ |
W[RITE] postcond L writeargument
writeargument | ::= | │ │ │ │ │ |
format expr * intexpr @ expratom V L writeargument |
│ │ │ │ │ |
The writearguments are executed, one at a time, in left-to-right order. Each form of argument defines an output operation to the current device.
When the form of argument is format, the output actions defined in 3.5.4 are executed. Each character of output, in turn, affects $X and $Y as described in 3.5.4 and 3.5.5.
When the form of argument is expr, the value of expr is sent to the device. The effect of this string at the device is defined by the ASCII standard and conventions. Each character of output, in turn, affects $X and $Y as described in 3.5.5.
When the form of the argument is *intexpr, one character, not necessarily from the ASCII set and whose code is the number represented in decimal by the value of intexpr, is sent to the device. The effect of this character at the device may be defined by the implementor in a device-dependent manner.
See also the transition diagram for Write.
Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.
This page most recently updated on 15-Nov-2023, 18:57:54.
For comments, contact Ed de Moel (demoel@jacquardsystems.com)