-
-
Save z64/7ee85f73d70e11f9592eb5621f56ae2f to your computer and use it in GitHub Desktop.
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
abc = true if 1 != 1 # Expression | |
abc = true if false # Simplify 1 != 1 | |
abc = nil # true if false => nil | |
abc # nil is stored in abc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment