Last active
November 20, 2019 18:51
-
-
Save mario-rezende-ifood/4a1e795c80efcfe1ea0f92bc23448942 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
then: | |
name == 'Fulano' | |
name != 'Beltrano' | |
age >= 20 | |
age < 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment