Jamie Balfour

Welcome to my personal website.

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

Official ZPE/YASS documentationimplies

Official ZPE/YASS documentationimplies

implies (boolean a, boolean b) ⇒ boolean

Returns the result of logical implication on a → b.

First available: Version 1.7.4

Notes

Logical implication is true provided that truth does not imply a false statement. It is the equivalent of !$a || $b.

P Q P → Q
True True True
True False False
False True True
False False True
Comments
Feedback 👍
Comments are sent via email to me.