Last active
August 10, 2021 17:10
-
-
Save prednaz/f61d0914c02ded9438dde2a5b46b51aa to your computer and use it in GitHub Desktop.
This file contains hidden or 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
"main" 4 | |
"condition" 16 | |
"alternative" 22 | |
"false" 28 | |
"true" 34 | |
"not" 40 | |
"negate" 47 | |
"|" 54 | |
"&" 64 | |
"+" 74 | |
"-" 84 | |
"*" 94 | |
"/" 104 | |
"==" 114 | |
"<" 124 | |
"if" 134 | |
Reset | |
Pushfun "main" | |
Call | |
Halt | |
Pushfun "alternative" | |
Pushval (Integer 69) | |
Pushfun "condition" | |
Pushfun "if" | |
Makeapp | |
Makeapp | |
Makeapp | |
Update 0 | |
Slide 1 | |
Unwind | |
Call | |
Return | |
Pushfun "false" | |
Update 0 | |
Slide 1 | |
Unwind | |
Call | |
Return | |
Pushval (Integer 42) | |
Update 0 | |
Slide 1 | |
Unwind | |
Call | |
Return | |
Pushval (Bool False) | |
Update 0 | |
Slide 1 | |
Unwind | |
Call | |
Return | |
Pushval (Bool True) | |
Update 0 | |
Slide 1 | |
Unwind | |
Call | |
Return | |
Pushparam 1 | |
Unwind | |
Call | |
Operator Not | |
Update 1 | |
Slide 2 | |
Return | |
Pushparam 1 | |
Unwind | |
Call | |
Operator Negate | |
Update 1 | |
Slide 2 | |
Return | |
Pushparam 1 | |
Unwind | |
Call | |
Pushparam 3 | |
Unwind | |
Call | |
Operator Or | |
Update 2 | |
Slide 3 | |
Return | |
Pushparam 1 | |
Unwind | |
Call | |
Pushparam 3 | |
Unwind | |
Call | |
Operator And | |
Update 2 | |
Slide 3 | |
Return | |
Pushparam 1 | |
Unwind | |
Call | |
Pushparam 3 | |
Unwind | |
Call | |
Operator Plus | |
Update 2 | |
Slide 3 | |
Return | |
Pushparam 1 | |
Unwind | |
Call | |
Pushparam 3 | |
Unwind | |
Call | |
Operator Minus | |
Update 2 | |
Slide 3 | |
Return | |
Pushparam 1 | |
Unwind | |
Call | |
Pushparam 3 | |
Unwind | |
Call | |
Operator Times | |
Update 2 | |
Slide 3 | |
Return | |
Pushparam 1 | |
Unwind | |
Call | |
Pushparam 3 | |
Unwind | |
Call | |
Operator DividedBy | |
Update 2 | |
Slide 3 | |
Return | |
Pushparam 1 | |
Unwind | |
Call | |
Pushparam 3 | |
Unwind | |
Call | |
Operator Equals | |
Update 2 | |
Slide 3 | |
Return | |
Pushparam 1 | |
Unwind | |
Call | |
Pushparam 3 | |
Unwind | |
Call | |
Operator LessThan | |
Update 2 | |
Slide 3 | |
Return | |
Pushparam 1 | |
Unwind | |
Call | |
Pushparam 3 | |
Pushparam 5 | |
Operator If | |
Update 3 | |
Slide 4 | |
Unwind | |
Call | |
Return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment