Created
September 24, 2020 21:16
-
-
Save endel/bb34b264b3a82da2e7d3d265e94c8dd4 to your computer and use it in GitHub Desktop.
LUA Ternary Operator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local x = (y > 10) and "condition is true" or "condition is false" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment