- Timestamp:
- 10/04/05 23:32:00 (3 years ago)
- Files:
-
- 1 modified
-
src/pge/run_pge.pir (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/pge/run_pge.pir
r7255 r7289 255 255 subpats: 256 256 capt = getattribute self, PGE_SUB_POS 257 i snull capt, subrules257 if_null capt, subrules 258 258 spi = 0 259 259 spc = elements capt … … 277 277 out .= "] [" 278 278 capt = getattribute self, PGE_SUB_NAMED 279 i snull capt, end279 if_null capt, end 280 280 iter = new Iterator, capt 281 281 iter = 0
