Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!hplabs!hp-pcd!hpmcaa!marco From: marco@hpmcaa.HP.COM (Marco Dalla-Gasperina-403) Newsgroups: comp.sys.ibm.pc Subject: Re: Re: Hype, was Programming Message-ID: <200010@hpmcaa.HP.COM> Date: 21 Oct 88 17:58:29 GMT References: <2780@ima.ima.isc.com> Organization: HP McMinville Division Lines: 19 / hpmcaa:comp.sys.ibm.pc / jack@cs.glasgow.ac.uk (Jack Campin) / 4:42 am Oct 17, 1988 / dlbaer@mozart.UUCP (Dennis L. Baer ) wrote: > PROGRAMMERS,try the Structured Programming Language and you will have an > opportunity to switch to a language that is better than PASCAL and C... > Why SWITCH to SPL? Here are the reasons! ... > SPL has better FOR loops with INTEGER and REAL indicies and increments. ^^^^^^^ ^^^ ^^^^ ---------- Integer *AND* real indices... You mean like: for ( x=1.6,i=0 ; x<3.1416*y && i<14 ; x+=0.001,i++ ) marco