Replies: 2 comments
-
It's good to be explicit about throwing away return values so that we don't accidentally ignore one that we should be using. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's really hard to find on the reference. Sorry. https://modula3.github.io/cm3/reference/complete/html/2_3_3Eval.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why we need EVAL? Isn't
FINALLY Process.Wait(p)
is enough? Why it must beFINALLY EVAL Process.Wait(p)
?https://modula3.github.io/cm3/help/gen_html/libm3/src/os/Common/Process.i3.html
Beta Was this translation helpful? Give feedback.
All reactions