RosettaCodeData/Task/Undefined-values/MUMPS/undefined-values.mumps
2023-07-01 13:44:08 -04:00

2 lines
189 B
Text

IF $DATA(SOMEVAR)=0 DO UNDEF ; A result of 0 means the value is undefined
SET LOCAL=$GET(^PATIENT(RECORDNUM,0)) ;If there isn't a defined item at that location, a null string is returned