Proofs

A proof is a series of claims that lead to a conclusion. Some proofs are conditional, which means that the claims can only be made under certain conditions. Click on a statement to see the proof

Do Control Map At Unchanged 25
if the following are true:
  • expression state at time 25 = "return"
  • Control Map at time 25 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]

then Control Map at time 26 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]


Get Iterate End State 26
if the following are true:
  • expression state at time 26 = "iterate_args"
  • arguments stack at time 26 = [ [ ], [ ] ]
  • parent stack at time 26 = [ __mul__(value, 4), [ ] ]

then expression state at time 27 = "call_function_begin"


Get Iterate End Expr 26
if the following are true:
  • expression state at time 26 = "iterate_args"
  • arguments stack at time 26 = [ [ ], [ ] ]
  • parent stack at time 26 = [ __mul__(value, 4), [ ] ]

then the expression at time 27 = __mul__(value, 4)


Get Iterate End Parent 26
if the following are true:
  • expression state at time 26 = "iterate_args"
  • arguments stack at time 26 = [ [ ], [ ] ]
  • parent stack at time 26 = [ __mul__(value, 4), [ ] ]

then parent stack at time 27 = [ ]


Get Iterate End Params 26
if the following are true:
  • expression state at time 26 = "iterate_args"
  • arguments stack at time 26 = [ [ ], [ ] ]
  • parent stack at time 26 = [ __mul__(value, 4), [ ] ]

then arguments stack at time 27 = [ ]


Do Value Stack At Unchanged 26
if the following are true:
  • expression state at time 26 = "iterate_args"
  • Value Stack at time 26 = [ [ 4, [ 1, [ ] ] ], [ ] ]

then Value Stack at time 27 = [ [ 4, [ 1, [ ] ] ], [ ] ]


Do Line At Unchanged 26
if the following are true:
  • expression state at time 26 = "iterate_args"
  • the line at time 26 = 3

then the line at time 27 = 3


Do Tab At Unchanged 26
if the following are true:
  • expression state at time 26 = "iterate_args"
  • the tab at time 26 = 1

then the tab at time 27 = 1


Do Stack At Unchanged 26
if the following are true:
  • expression state at time 26 = "iterate_args"
  • stack at time 26 = [ ]

then stack at time 27 = [ ]


Do Object Store At Unchanged 26
if the following are true:
  • expression state at time 26 = "iterate_args"
  • Python Object Store at time 26 = [ [1, 2, 3], [ ] ]

then Python Object Store at time 27 = [ [1, 2, 3], [ ] ]


Do Control Map At Unchanged 26
if the following are true:
  • expression state at time 26 = "iterate_args"
  • Control Map at time 26 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]

then Control Map at time 27 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]


Do Variables At Unchanged 26
if the following are true:
  • expression state at time 26 = "iterate_args"
  • Variables Map at time 26 = [ entry numbers: (Python reference 0), [ entry value: 1, [ ] ] ]

then Variables Map at time 27 = [ entry numbers: (Python reference 0), [ entry value: 1, [ ] ] ]


Do Class Defs At Unchanged 26
if the following are true:
  • expression state at time 26 = "iterate_args"
  • Class Map at time 26 = [ ]

then Class Map at time 27 = [ ]


Do Object Store At Unchanged 27
if the following are true:
  • expression state at time 27 = "call_function_begin"
  • the expression at time 27 = __mul__(value, 4)
  • Python Object Store at time 27 = [ [1, 2, 3], [ ] ]

then Python Object Store at time 28 = [ [1, 2, 3], [ ] ]


Write Call Function Begin Multiply Return Val 27
if the following are true:
  • expression state at time 27 = "call_function_begin"
  • Value Stack at time 27 = [ [ 4, [ 1, [ ] ] ], [ ] ]
  • the expression at time 27 = __mul__(value, 4)

then Return Value at time 28 = 4


Write Call Function Begin Next State 27
if the following are true:
  • expression state at time 27 = "call_function_begin"
  • parent stack at time 27 = [ ]
  • the expression at time 27 = __mul__(value, 4)

then expression state at time 28 = "end_expr"


Write Call Function Begin Value Stack 27
if the following are true:
  • expression state at time 27 = "call_function_begin"
  • Value Stack at time 27 = [ [ 4, [ 1, [ ] ] ], [ ] ]
  • the expression at time 27 = __mul__(value, 4)

then Value Stack at time 28 = [ ]


Do Arg Stack At Unchanged 27
if the following are true:
  • expression state at time 27 = "call_function_begin"
  • arguments stack at time 27 = [ ]

then arguments stack at time 28 = [ ]


Do Parent Stack At Unchanged 27
if the following are true:
  • expression state at time 27 = "call_function_begin"
  • parent stack at time 27 = [ ]

then parent stack at time 28 = [ ]


Do Control Map At Unchanged 27
if the following are true:
  • expression state at time 27 = "call_function_begin"
  • Control Map at time 27 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]

then Control Map at time 28 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]


Do Variables At Unchanged 27
if the following are true:
  • expression state at time 27 = "call_function_begin"
  • Variables Map at time 27 = [ entry numbers: (Python reference 0), [ entry value: 1, [ ] ] ]

then Variables Map at time 28 = [ entry numbers: (Python reference 0), [ entry value: 1, [ ] ] ]


Do Line At Unchanged 27
if the following are true:
  • expression state at time 27 = "call_function_begin"
  • the line at time 27 = 3

then the line at time 28 = 3


Do Tab At Unchanged 27
if the following are true:
  • expression state at time 27 = "call_function_begin"
  • the tab at time 27 = 1

then the tab at time 28 = 1


Do Stack At Unchanged 27
if the following are true:
  • expression state at time 27 = "call_function_begin"
  • stack at time 27 = [ ]

then stack at time 28 = [ ]


Do Class Defs At Unchanged 27
if the following are true:
  • expression state at time 27 = "call_function_begin"
  • Class Map at time 27 = [ ]

then Class Map at time 28 = [ ]


Do Set Key Value 28 0
result of storing 4 at key: x in map: [ entry numbers: (Python reference 0), [ entry value: 1, [ ] ] ] = [ entry numbers: (Python reference 0), [ entry value: 1, [ entry x: 4, [ ] ] ] ]

Write Assign End Vars 28
if the following are true:
  • the line at time 28 = 3
  • the tab at time 28 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • expression state at time 28 = "end_expr"
  • Variables Map at time 28 = [ entry numbers: (Python reference 0), [ entry value: 1, [ ] ] ]
  • Return Value at time 28 = 4

then Variables Map at time 29 = [ entry numbers: (Python reference 0), [ entry value: 1, [ entry x: 4, [ ] ] ] ]


Write Increment T And Val Line At 28
if the following are true:
  • the line at time 28 = 3
  • the tab at time 28 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • expression state at time 28 = "end_expr"

then the line at time 29 = 4


Write Stmt Tab At Unchanged Expr28
if the following are true:
  • the line at time 28 = 3
  • the tab at time 28 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • expression state at time 28 = "end_expr"

then the tab at time 29 = 1


Write Stmt Object Store At Unchanged Expr28
if the following are true:
  • the line at time 28 = 3
  • the tab at time 28 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • expression state at time 28 = "end_expr"
  • Python Object Store at time 28 = [ [1, 2, 3], [ ] ]

then Python Object Store at time 29 = [ [1, 2, 3], [ ] ]


Write Assign End Stack 28
if the following are true:
  • the line at time 28 = 3
  • the tab at time 28 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • stack at time 28 = [ ]
  • expression state at time 28 = "end_expr"

then stack at time 29 = [ ]


Write End to Not Expr 28
if expression state at time 28 = "end_expr", then expression state at time 29 = "not_expr"

Write Stmt Control Map At Unchanged 28
if the following are true:
  • the line at time 28 = 3
  • the tab at time 28 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • Control Map at time 28 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]

then Control Map at time 29 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]


Write Stmt Class Defs At Unchanged 28
if the following are true:
  • the line at time 28 = 3
  • the tab at time 28 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • Class Map at time 28 = [ ]

then Class Map at time 29 = [ ]


Do Get Key Value 29 0
value at 0 in map [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ] = trio ("for", 2, [ 2, [ 3, [ ] ] ])

Get Decrement Key Value Control Map At 29
if Control Map at time 29 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ], then value at (1 - 1) in map (Control Map at time 29) = trio ("for", 2, [ 2, [ 3, [ ] ] ])

Return To For Statement At End Property 1 Example
if the following are true:
  • the line at time 29 = 4
  • the tab at time 29 = 1
  • number of lines = 3
  • Control Map at time 29 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]

then the line at time 30 = 2


Return To For Statement At End Property 2 Example
if the following are true:
  • the line at time 29 = 4
  • the tab at time 29 = 1
  • number of lines = 3
  • Control Map at time 29 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]

then the tab at time 30 = 0


Write End For Variables At 29
if the following are true:
  • the line at time 29 = 4
  • the tab at time 29 = 1
  • number of lines = 3
  • Control Map at time 29 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]
  • Variables Map at time 29 = [ entry numbers: (Python reference 0), [ entry value: 1, [ entry x: 4, [ ] ] ] ]

then Variables Map at time 30 = [ entry numbers: (Python reference 0), [ entry value: 1, [ entry x: 4, [ ] ] ] ]


Write End For Stack At 29
if the following are true:
  • the line at time 29 = 4
  • the tab at time 29 = 1
  • number of lines = 3
  • Control Map at time 29 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]
  • stack at time 29 = [ ]

then stack at time 30 = [ ]


Write End For Object Store At 29
if the following are true:
  • the line at time 29 = 4
  • the tab at time 29 = 1
  • number of lines = 3
  • Control Map at time 29 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]
  • Python Object Store at time 29 = [ [1, 2, 3], [ ] ]

then Python Object Store at time 30 = [ [1, 2, 3], [ ] ]


Write End For Control Map At 29
if the following are true:
  • the line at time 29 = 4
  • the tab at time 29 = 1
  • number of lines = 3
  • Control Map at time 29 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]

then Control Map at time 30 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]


Write End For Class Defs At 29
if the following are true:
  • the line at time 29 = 4
  • the tab at time 29 = 1
  • number of lines = 3
  • Control Map at time 29 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]
  • Class Map at time 29 = [ ]

then Class Map at time 30 = [ ]


Do Set Key Value 30 0
result of storing 2 at key: value in map: [ entry numbers: (Python reference 0), [ entry value: 1, [ entry x: 4, [ ] ] ] ] = [ entry numbers: (Python reference 0), [ entry value: 2, [ entry x: 4, [ ] ] ] ]

Do Get Key Value 30 0
value at 0 in map [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ] = trio ("for", 2, [ 2, [ 3, [ ] ] ])

Get Key Value Control Map At 30
if Control Map at time 30 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ], then value at 0 in map (Control Map at time 30) = trio ("for", 2, [ 2, [ 3, [ ] ] ])

Write For Iterate Line At 30
if the following are true:
  • the line at time 30 = 2
  • the tab at time 30 = 0
  • statement at line 2, tab 0 = for value in numbers:
  • Control Map at time 30 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]

then the line at time 31 = 3


Write For Iterate Tab At 30
if the following are true:
  • the line at time 30 = 2
  • the tab at time 30 = 0
  • statement at line 2, tab 0 = for value in numbers:
  • Control Map at time 30 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]

then the tab at time 31 = 1


Write For Iterate Expr State At 30
if the following are true:
  • the line at time 30 = 2
  • the tab at time 30 = 0
  • statement at line 2, tab 0 = for value in numbers:
  • Control Map at time 30 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]

then expression state at time 31 = "not_expr"


Write For Iterate Variables 30
if the following are true:
  • the line at time 30 = 2
  • the tab at time 30 = 0
  • statement at line 2, tab 0 = for value in numbers:
  • Control Map at time 30 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]
  • Variables Map at time 30 = [ entry numbers: (Python reference 0), [ entry value: 1, [ entry x: 4, [ ] ] ] ]

then Variables Map at time 31 = [ entry numbers: (Python reference 0), [ entry value: 2, [ entry x: 4, [ ] ] ] ]


Do Set Key Value 30 1
result of storing (trio ("for", 2, [ 3, [ ] ])) at key: 0 in map: [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ] = [ entry 0: (trio ("for", 2, [ 3, [ ] ])), [ ] ]

Write For Iterate Control Map 30
if the following are true:
  • the line at time 30 = 2
  • the tab at time 30 = 0
  • statement at line 2, tab 0 = for value in numbers:
  • Control Map at time 30 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]

then Control Map at time 31 = [ entry 0: (trio ("for", 2, [ 3, [ ] ])), [ ] ]


Write For Iterate Stack At Unchanged 30
if the following are true:
  • the line at time 30 = 2
  • the tab at time 30 = 0
  • statement at line 2, tab 0 = for value in numbers:
  • Control Map at time 30 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]
  • stack at time 30 = [ ]

then stack at time 31 = [ ]


Write For Iterate Object Store At Unchanged 30
if the following are true:
  • the line at time 30 = 2
  • the tab at time 30 = 0
  • statement at line 2, tab 0 = for value in numbers:
  • Control Map at time 30 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]
  • Python Object Store at time 30 = [ [1, 2, 3], [ ] ]

then Python Object Store at time 31 = [ [1, 2, 3], [ ] ]


Write For Iterate Class Defs At Unchanged 30
if the following are true:
  • the line at time 30 = 2
  • the tab at time 30 = 0
  • statement at line 2, tab 0 = for value in numbers:
  • Control Map at time 30 = [ entry 0: (trio ("for", 2, [ 2, [ 3, [ ] ] ])), [ ] ]
  • Class Map at time 30 = [ ]

then Class Map at time 31 = [ ]


Write Set Name Expr At on State 31
if the following are true:
  • the line at time 31 = 3
  • the tab at time 31 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • expression state at time 31 = "not_expr"

then the expression at time 32 = __mul__(value, 4)


Write Set Name Expr State At on State 31
if the following are true:
  • the line at time 31 = 3
  • the tab at time 31 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • expression state at time 31 = "not_expr"

then expression state at time 32 = "begin_expr"


Write Set Name Line At on State 31
if the following are true:
  • the line at time 31 = 3
  • the tab at time 31 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • expression state at time 31 = "not_expr"

then the line at time 32 = 3


Write Set Name Tab At on State 31
if the following are true:
  • the line at time 31 = 3
  • the tab at time 31 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • expression state at time 31 = "not_expr"

then the tab at time 32 = 1


Write Set Name Value Stack At on State 31
if the following are true:
  • the line at time 31 = 3
  • the tab at time 31 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • expression state at time 31 = "not_expr"

then Value Stack at time 32 = [ ]


Write Set Name Parent Stack At on State 31
if the following are true:
  • the line at time 31 = 3
  • the tab at time 31 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • expression state at time 31 = "not_expr"

then parent stack at time 32 = [ ]


Write Set Name Arg Stack At on State 31
if the following are true:
  • the line at time 31 = 3
  • the tab at time 31 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • expression state at time 31 = "not_expr"

then arguments stack at time 32 = [ ]


Write Stmt Variables At Unchanged Expr31
if the following are true:
  • the line at time 31 = 3
  • the tab at time 31 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • expression state at time 31 = "not_expr"
  • Variables Map at time 31 = [ entry numbers: (Python reference 0), [ entry value: 2, [ entry x: 4, [ ] ] ] ]

then Variables Map at time 32 = [ entry numbers: (Python reference 0), [ entry value: 2, [ entry x: 4, [ ] ] ] ]


Write Stmt Stack At Unchanged Expr31
if the following are true:
  • the line at time 31 = 3
  • the tab at time 31 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • expression state at time 31 = "not_expr"
  • stack at time 31 = [ ]

then stack at time 32 = [ ]


Write Stmt Object Store At Unchanged Expr31
if the following are true:
  • the line at time 31 = 3
  • the tab at time 31 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • expression state at time 31 = "not_expr"
  • Python Object Store at time 31 = [ [1, 2, 3], [ ] ]

then Python Object Store at time 32 = [ [1, 2, 3], [ ] ]


Write Stmt Control Map At Unchanged 31
if the following are true:
  • the line at time 31 = 3
  • the tab at time 31 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • Control Map at time 31 = [ entry 0: (trio ("for", 2, [ 3, [ ] ])), [ ] ]

then Control Map at time 32 = [ entry 0: (trio ("for", 2, [ 3, [ ] ])), [ ] ]


Write Stmt Class Defs At Unchanged 31
if the following are true:
  • the line at time 31 = 3
  • the tab at time 31 = 1
  • statement at line 3, tab 1 = x = __mul__(value, 4)
  • Class Map at time 31 = [ ]

then Class Map at time 32 = [ ]


Get Begin Expr Value 32
if the following are true:
  • expression state at time 32 = "begin_expr"
  • the expression at time 32 = __mul__(value, 4)
  • Value Stack at time 32 = [ ]

then Value Stack at time 33 = [ [ ], [ ] ]


Get Begin Expr Parent 32
if the following are true:
  • expression state at time 32 = "begin_expr"
  • the expression at time 32 = __mul__(value, 4)
  • parent stack at time 32 = [ ]

then parent stack at time 33 = [ __mul__(value, 4), [ ] ]


Get Begin Expr Params 32
if the following are true:
  • expression state at time 32 = "begin_expr"
  • the expression at time 32 = __mul__(value, 4)
  • arguments stack at time 32 = [ ]

then arguments stack at time 33 = [ [ value, [ 4, [ ] ] ], [ ] ]


Get Begin Expr Call State 32
if the following are true:
  • expression state at time 32 = "begin_expr"
  • the expression at time 32 = __mul__(value, 4)

then expression state at time 33 = "iterate_args"


Do Expr At Unchanged 32
if the following are true:
  • expression state at time 32 = "begin_expr"
  • the expression at time 32 = __mul__(value, 4)

then the expression at time 33 = __mul__(value, 4)


Do Variables At Unchanged 32
if the following are true:
  • expression state at time 32 = "begin_expr"
  • Variables Map at time 32 = [ entry numbers: (Python reference 0), [ entry value: 2, [ entry x: 4, [ ] ] ] ]

then Variables Map at time 33 = [ entry numbers: (Python reference 0), [ entry value: 2, [ entry x: 4, [ ] ] ] ]


Do Line At Unchanged 32
if the following are true:
  • expression state at time 32 = "begin_expr"
  • the line at time 32 = 3

then the line at time 33 = 3


Do Tab At Unchanged 32
if the following are true:
  • expression state at time 32 = "begin_expr"
  • the tab at time 32 = 1

then the tab at time 33 = 1


Do Stack At Unchanged 32
if the following are true:
  • expression state at time 32 = "begin_expr"
  • stack at time 32 = [ ]

then stack at time 33 = [ ]


Do Object Store At Unchanged 32
if the following are true:
  • expression state at time 32 = "begin_expr"
  • Python Object Store at time 32 = [ [1, 2, 3], [ ] ]

then Python Object Store at time 33 = [ [1, 2, 3], [ ] ]


Do Control Map At Unchanged 32
if the following are true:
  • expression state at time 32 = "begin_expr"
  • Control Map at time 32 = [ entry 0: (trio ("for", 2, [ 3, [ ] ])), [ ] ]

then Control Map at time 33 = [ entry 0: (trio ("for", 2, [ 3, [ ] ])), [ ] ]


Do Class Defs At Unchanged 32
if the following are true:
  • expression state at time 32 = "begin_expr"
  • Class Map at time 32 = [ ]

then Class Map at time 33 = [ ]


Get Iterate Expr 33
if the following are true:
  • expression state at time 33 = "iterate_args"
  • arguments stack at time 33 = [ [ value, [ 4, [ ] ] ], [ ] ]

then the expression at time 34 = value


Get Iterate Params 33
if the following are true:
  • expression state at time 33 = "iterate_args"
  • arguments stack at time 33 = [ [ value, [ 4, [ ] ] ], [ ] ]

then arguments stack at time 34 = [ [ 4, [ ] ], [ ] ]


Get Iterate State 33
if the following are true:
  • expression state at time 33 = "iterate_args"
  • arguments stack at time 33 = [ [ value, [ 4, [ ] ] ], [ ] ]

then expression state at time 34 = "begin_expr"


Get Iterate Parent 33
if the following are true:
  • expression state at time 33 = "iterate_args"
  • arguments stack at time 33 = [ [ value, [ 4, [ ] ] ], [ ] ]
  • parent stack at time 33 = [ __mul__(value, 4), [ ] ]

then parent stack at time 34 = [ __mul__(value, 4), [ ] ]


Do Value Stack At Unchanged 33
if the following are true:
  • expression state at time 33 = "iterate_args"
  • Value Stack at time 33 = [ [ ], [ ] ]

then Value Stack at time 34 = [ [ ], [ ] ]


Do Line At Unchanged 33
if the following are true:
  • expression state at time 33 = "iterate_args"
  • the line at time 33 = 3

then the line at time 34 = 3


Do Tab At Unchanged 33
if the following are true:
  • expression state at time 33 = "iterate_args"
  • the tab at time 33 = 1

then the tab at time 34 = 1


Do Stack At Unchanged 33
if the following are true:
  • expression state at time 33 = "iterate_args"
  • stack at time 33 = [ ]

then stack at time 34 = [ ]


Do Object Store At Unchanged 33
if the following are true:
  • expression state at time 33 = "iterate_args"
  • Python Object Store at time 33 = [ [1, 2, 3], [ ] ]

then Python Object Store at time 34 = [ [1, 2, 3], [ ] ]


Do Control Map At Unchanged 33
if the following are true:
  • expression state at time 33 = "iterate_args"
  • Control Map at time 33 = [ entry 0: (trio ("for", 2, [ 3, [ ] ])), [ ] ]

then Control Map at time 34 = [ entry 0: (trio ("for", 2, [ 3, [ ] ])), [ ] ]


Do Variables At Unchanged 33
if the following are true:
  • expression state at time 33 = "iterate_args"
  • Variables Map at time 33 = [ entry numbers: (Python reference 0), [ entry value: 2, [ entry x: 4, [ ] ] ] ]

then Variables Map at time 34 = [ entry numbers: (Python reference 0), [ entry value: 2, [ entry x: 4, [ ] ] ] ]


Do Class Defs At Unchanged 33
if the following are true:
  • expression state at time 33 = "iterate_args"
  • Class Map at time 33 = [ ]

then Class Map at time 34 = [ ]


Do Get Key Value 34 0
value at value in map [ entry numbers: (Python reference 0), [ entry value: 2, [ entry x: 4, [ ] ] ] ] = 2

Do Variables At Unchanged 34
if the following are true:
  • expression state at time 34 = "begin_expr"
  • Variables Map at time 34 = [ entry numbers: (Python reference 0), [ entry value: 2, [ entry x: 4, [ ] ] ] ]

then Variables Map at time 35 = [ entry numbers: (Python reference 0), [ entry value: 2, [ entry x: 4, [ ] ] ] ]


Get Begin Expr State Name 34
if the following are true:
  • the expression at time 34 = value
  • expression state at time 34 = "begin_expr"
  • value is a variable
  • parent stack at time 34 = [ __mul__(value, 4), [ ] ]

then expression state at time 35 = "return"


Get Begin Expr Value Unchaged Name 34
if the following are true:
  • the expression at time 34 = value
  • expression state at time 34 = "begin_expr"
  • value is a variable
  • Value Stack at time 34 = [ [ ], [ ] ]

then Value Stack at time 35 = [ [ ], [ ] ]


Get Begin Expr Params Unchanged Name34
if the following are true:
  • the expression at time 34 = value
  • expression state at time 34 = "begin_expr"
  • value is a variable
  • arguments stack at time 34 = [ [ 4, [ ] ], [ ] ]

then arguments stack at time 35 = [ [ 4, [ ] ], [ ] ]


Get Begin Expr Return Name 34
if the following are true:
  • expression state at time 34 = "begin_expr"
  • the expression at time 34 = value
  • value is a variable
  • Variables Map at time 34 = [ entry numbers: (Python reference 0), [ entry value: 2, [ entry x: 4, [ ] ] ] ]

then Return Value at time 35 = 2


Get Begin Expr Parent Name 34
if the following are true:
  • expression state at time 34 = "begin_expr"
  • the expression at time 34 = value
  • value is a variable
  • parent stack at time 34 = [ __mul__(value, 4), [ ] ]

then parent stack at time 35 = [ __mul__(value, 4), [ ] ]


Do Line At Unchanged 34
if the following are true:
  • expression state at time 34 = "begin_expr"
  • the line at time 34 = 3

then the line at time 35 = 3


Do Tab At Unchanged 34
if the following are true:
  • expression state at time 34 = "begin_expr"
  • the tab at time 34 = 1

then the tab at time 35 = 1



Pages: 156 157 158 ... 193