RosettaCodeData/Task/Undefined-values/MUMPS/undefined-values.mumps

3 lines
189 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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