Function get target from stmt
get target from stmt
Format:
get target from stmt
Input:
statement stmt -
Output:
any - None
Properties that reference this function:
get target from (assign statement with target (variable of value v) and expression c) = v (Get target from 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 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