do_nothing () ⇒ null
A very special method that returns a new DoNothing value.
First available: Version 1.6.3
Using do_nothing
At first glance the do_nothing function appears to be useless or at
least only useful for giving back a null value but
as a matter of fact it has another major use.
The other major use is for use within single line ternary if statements:
YASS
if(10 > 5 ? print("Yes") : do_nothing());

There are no comments on this page.
Comments are welcome and encouraged, including disagreement and critique. However, this is not a space for abuse. Disagreement is welcome; personal attacks, harassment, or hate will be removed instantly. This site reflects personal opinions, not universal truths. If you can’t distinguish between the two, this probably isn’t the place for you. The system temporarily stores IP addresses and browser user agents for the purposes of spam prevention, moderation, and safeguarding. This data is automatically removed after fourteen days. Your email address is stored so that replies can be sent to your email address.
Comments powered by BalfComment