The example code at https://github.com/ton-community/ton-contract-executor does not work: ``` let code = Cell.fromBoc(state.code!)[0] ^^^^ SyntaxError: missing ) after argument list ```