-
-
Notifications
You must be signed in to change notification settings - Fork 9
And Meta Expression
IsaacShelton edited this page Mar 21, 2022
·
1 revision
Gets whether both transcendent values are interpreted as true
.
1 && true
1 and true // Lower precedence version
Results in a value of either true
or false
.
See meta expressions for more meta expressions