home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / pascal / 7983 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  691 b 

  1. Path: sparky!uunet!haven.umd.edu!mimsy!nocusuhs!nmrdc1!cbda8.apgea.army.mil.!adm!news
  2. From: ATURNER@rcnvms.rcn.mass.edu (Alan Turner)
  3. Newsgroups: comp.lang.pascal
  4. Subject: untyped vars
  5. Message-ID: <34921@adm.brl.mil>
  6. Date: 8 Jan 93 01:22:38 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 15
  9.  
  10. Date sent:  1/7/93
  11.  
  12. Hello to all,
  13.  
  14. I am curious - TP allows for untyped vars as in parameter lists:
  15.  
  16. ex:   procedure something(a : word; b: byte; var c)
  17.                                              ^^^^^
  18. I would like to know of some wonderful uses for such a thing in addition
  19. to comparing the size of two variables as in TP60.man pg 107-108.
  20.  
  21.  
  22.  
  23. -=Alan Turner=-                
  24. -=Email: aturner@ecn.mass.edu=-
  25.