(IntParIO)
| 149 | return PtrParIn |
| 150 | |
| 151 | def Proc2(IntParIO): |
| 152 | IntLoc = IntParIO + 10 |
| 153 | while 1: |
| 154 | if Char1Glob == 'A': |
| 155 | IntLoc = IntLoc - 1 |
| 156 | IntParIO = IntLoc - IntGlob |
| 157 | EnumLoc = Ident1 |
| 158 | if EnumLoc == Ident1: |
| 159 | break |
| 160 | return IntParIO |
| 161 | |
| 162 | def Proc3(PtrParOut): |
| 163 | global IntGlob |