(EnumParIn)
| 184 | BoolGlob = FALSE |
| 185 | |
| 186 | def Proc6(EnumParIn): |
| 187 | EnumParOut = EnumParIn |
| 188 | if not Func3(EnumParIn): |
| 189 | EnumParOut = Ident4 |
| 190 | if EnumParIn == Ident1: |
| 191 | EnumParOut = Ident1 |
| 192 | elif EnumParIn == Ident2: |
| 193 | if IntGlob > 100: |
| 194 | EnumParOut = Ident1 |
| 195 | else: |
| 196 | EnumParOut = Ident4 |
| 197 | elif EnumParIn == Ident3: |
| 198 | EnumParOut = Ident2 |
| 199 | elif EnumParIn == Ident4: |
| 200 | pass |
| 201 | elif EnumParIn == Ident5: |
| 202 | EnumParOut = Ident3 |
| 203 | return EnumParOut |
| 204 | |
| 205 | def Proc7(IntParI1, IntParI2): |
| 206 | IntLoc = IntParI1 + 2 |