Skip to content

Instantly share code, notes, and snippets.

@klange
Created June 4, 2021 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klange/15b8d6bb4bb6b291e043817c41a393c1 to your computer and use it in GitHub Desktop.
Save klange/15b8d6bb4bb6b291e043817c41a393c1 to your computer and use it in GitHub Desktop.
>>> True or explode()
<<module>() from <stdin>>
1 0 TRUE
1 JUMP_IF_TRUE_OR_POP 4 (to 8)
4 GET_GLOBAL 0 'explode'
6 CALL 0
>> 8 POP
2 9 GET_LOCAL 0
11 RETURN
=> True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment