Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!isidev.UUCP!nowlin From: nowlin@isidev.UUCP Newsgroups: comp.lang.icon Subject: Re: icon comments Message-ID: <9105261755.AA07484@relay1.UU.NET> Date: 26 May 91 17:55:06 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 26 > 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 --- ---