Call Function Greater

if the following are true:
  • expression state at time t = "call_function_begin"
  • Value Stack at time t = [ [ a, [ b, [ ] ] ], stack ]
  • the expression at time t = function call with name: "__gt__" and arguments: args

then Return Value at time (t + 1) = b > a


Comments

Please log in to add comments