/gist:328570d1fcbc04ee881c Secret
Created
February 6, 2015 22:11
Star
You must be signed in to star a gist
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
| push_boolean true | |
| store_local_variable 0 | |
| unconditional_jump l2 | |
| label l1 | |
| push_boolean false | |
| store_local_variable 0 | |
| label l2 | |
| push_local_variable 0 | |
| trace | |
| push_local_variable 0 | |
| conditional_jump l1 | |
| return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment