Jamie Balfour

Welcome to my personal website.

Find out more about me, my personal projects, reviews, courses and much more here.

Official ZPE/YASS documentationdo_nothing

Official ZPE/YASS documentationdo_nothing

do_nothing () ⇒ null

A very special function that returns null.

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());
    
Comments
Feedback 👍
Comments are sent via email to me.