Function is stmt an assign statement

is stmt an assign statement

Format:

is stmt an assign statement

Input:

statement stmt -

Output:

boolean - None

Properties that reference this function:

is x = expr an assign statement = True (Python statement is assignment)

Conditional properties that reference this function:

  • if is (value at j in map (the element at index i of stack stmts)) an assign statement = True, then result of executing a Python program where statements is stmts, line is i, tab isj, expression stack is[ ], values stack isvals, variables isvars, and control map iscontrol = result of executing a Python program where statements is stmts, line is i, tab isj, expression stack is[ [ get expression from (value at j in map (the element at index i of stack stmts)), [ ] ], [ ] ], values stack is[ [ ], [ ] ], variables isvars, and control map iscontrol

    (link)
  • if is (value at j in map (the element at index i of stack stmts)) an assign statement = True, then result of executing a Python program where statements is stmts, line is i, tab isj, expression stack is[ [ ], [ ] ], values stack is[ [ value, [ ] ], [ ] ], variables isvars, and control map iscontrol = result of executing a Python program where statements is stmts, line is (i + 1), tab isj, expression stack is[ ], values stack is[ ], variables is(result of storing value at key: (get target from (value at j in map (the element at index i of stack stmts))) in map: vars), and control map iscontrol

    (link)


Comments

Please log in to add comments