## Description The Python-to-Strata frontend rejects `global` statements with: ``` Unsupported construct: Statement type not yet supported AST: Strata.Python.stmt.Global ``` ## Affected tests (1) - `test_global_keyword` — `global counter` inside a function
Description
The Python-to-Strata frontend rejects
globalstatements with:Affected tests (1)
test_global_keyword—global counterinside a function