Hello all.
Noticed this in doze:
system(“rem echo 3”)
=> true
which is expected, I think (rem makes it passed out to dos, dos ignores
the line).
Then this also occurs:
system("@rem echo 3")
=> nil
I believe this “should” have been true as well (and is, at least in
python). Any comments here?
Thanks!
-r