[comp.lang.icon] icon comments

nowlin@isidev.UUCP (05/27/91)

 > Date: 26 May 91 06:10:00 GMT
 > From: uunet!arizona!arizona.edu!andrew (Andrei V. Zaitsev)
 >
 > Here is an extremely simple question : how
 > to put a comment into a ICON program ?
 > (I tried /**/,(**),REM and * , none of them works).

You must be young since you still have stars in your eyes.  Think pound
signs instead.  Examples follow:

	procedure main()
		write(&clock)	# print the current time

		write(&date)	# print the current date

		# print more information on the time and date
		write(&dateline)
	end

At least you're thinking about comments!

  --- ---
   | S | Iconic Software, Inc.  -  Jerry Nowlin  -  uunet!isidev!nowlin
  --- ---