From 11033094d83f7c1c5dc22f4106fddf76850d5969 Mon Sep 17 00:00:00 2001 From: Firestorm2k7 <47592991+Firestorm2k7@users.noreply.github.com> Date: Wed, 13 Feb 2019 11:06:16 +0100 Subject: [M (MUMPS)/en] One-liner ^cars("Tesla",1,"Name") was defined in line 119 s ^cars("Tesla",1,"Name")="Model 3" --- m.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm.html.markdown') diff --git a/m.html.markdown b/m.html.markdown index d0879ab6..96828ae5 100644 --- a/m.html.markdown +++ b/m.html.markdown @@ -125,7 +125,7 @@ w !,^cars w !,^cars("Tesla") ; null value - there's no value assigned to this node but it has children w !,^cars("Tesla",1,"Name") -; Model X +; Model 3 ``` Arrays are automatically sorted in order. Take advantage of the built-in sorting by setting your value of interest as the last child subscript of an array rather than its value. -- cgit v1.2.3