Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Scanner* = OBJECT
  2.     VAR
  3.         ch: CHAR;
  4.         errpos: INTEGER;
  5.         reader: System.IO.StreamReader;
  6.         line: INTEGER;
  7.         pos: INTEGER;
  8.  
  9.         val*: INTEGER;
  10.         realVal*: REAL;
  11.         str*: System.String;
  12.         sym*: INTEGER;
  13.         hasError*: BOOLEAN;
  14.         EOF*: BOOLEAN;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement