mithlond
02/23/2023, 5:44 PMa.b.c = 1
rather than being magically helpful 🙂 but I know that's been a feature of the language for lo these many timesbdw429s
02/24/2023, 4:19 AMdirectoryCreate( path="/foo/bar/baz", createPath-true )
because I don't have to worry about whether /foo/bar
already exists. The fact that I want /foo/bar/baz
to exist provides enough context to the engine that I obviously want/need the parent dirs and it would be redundant for me to need to tell it.mithlond
02/24/2023, 3:27 PM