(PtrParOut)
| 160 | return IntParIO |
| 161 | |
| 162 | def Proc3(PtrParOut): |
| 163 | global IntGlob |
| 164 | |
| 165 | if PtrGlb is not None: |
| 166 | PtrParOut = PtrGlb.PtrComp |
| 167 | else: |
| 168 | IntGlob = 100 |
| 169 | PtrGlb.IntComp = Proc7(10, IntGlob) |
| 170 | return PtrParOut |
| 171 | |
| 172 | def Proc4(): |
| 173 | global Char2Glob |