Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ^(?<linenumber>[0-9]{3,4}) DIM (?<graphic>[A-Z]{2})\((?<width>[0-9]+),(?<height>[0-9]+)\)$
- ^[0-9]{3,4} OPEN"(?<filename>[.a-z0-9]+)" FOR INPUT AS (?<filemode>[[0-9]+)$
- ^[0-9]{3,4} FOR (?<outerloop>[A-Z]+)=(?<outerlow>[0-9]+) TO (?&height):FOR (?<innerloop>[A-Z]+)=(?<innerlow>[0-9]+) TO (?&width)$
- ^[0-9]{3,4} INPUT #(?&filemode),(?<pixvar>[A-Z]+):PSET\((?&innerloop),(?&outerloop)\),(?&pixvar)$
- ^[0-9]{3,4} NEXT (?&innerloop):NEXT (?&outerloop)$
- ^[0-9]{3,4} CLOSE (?&filemode)
- ^[0-9]{3,4} GET\((?&innerlow),(?&outerlow)\)-\((?&width),(?&height)\),(?&graphic)$
- ^[0-9]{3,4} CLS$
- (*SKIP)(*F)|.+\n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement