Supported statements¶
Semantics and behavior of the supported statements in DelitePy are the same as that of the Python language. Any deviations are explicitly mentioned in the individual statement’s documentation.
Assign statement¶
Works as in Python.
Expression statement¶
Works as in Python.
Return statement¶
Works as in Python.