Join Slack
Powered by
the same as ``` if (running) { /* doStuff */ } if ...
# language-proposals
g
gildor
01/31/2018, 5:24 PM
the same as
Copy code
if (running) { /* doStuff */ } if (!running) { /* doStuff */ }
And even less typing
Open in Slack
Previous
Next