Path: csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: D Finnigan Newsgroups: comp.sys.apple2 Subject: Re: Peersoft..1.5.6 is out for 2016 Date: Tue, 5 Jan 2016 21:28:09 -0000 (UTC) Organization: Mac GUI Lines: 28 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 5 Jan 2016 21:28:09 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="ac9e0e4d7dd3957fb97803ee6801bab8"; logging-data="684"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18660mEy/PSz+luDTZMoTd6" User-Agent: Mac GUI Usenet In-Reply-To: Cancel-Lock: sha1:2EWDDCpgESvRsiza7CQ0w47+YcU= Xref: csiph.com comp.sys.apple2:26576 Benoit0123 wrote: > > c) Applesoft bug fixes: > c.1) As a sideway of supporting the processing of the byte subtype, an > Applesoft bug illustrated by codlet below is fixed: > 10 REM Enter the "10:10" (w/o the double-quotes) string at input prompt > 20 INPUT "TIME OF EVENT: ";A$: PRINT A$ > Will output the string "10" to display under plain vanilla Applesoft > instead > of the entered string as a whole. > This bug was noted by Ivan Drucker at a Kansasfest past session while > describing his "Nu Input" package. From now on and with the help of > Peersoft, Applesoft "sucks" a bit less (to quote Ivan's own adjective to > qualify those Applesoft statements) ;-). > c.2) Plain vanilla Applesoft could not handle this statement: A% = -32768 > despite the fact that -32768 is a perfectly valid value to be bound to an > integer variable (well when signed arithmetic is active ;-). Peersoft > includes a fix for that bug as well. > > d) New syntax scheme for iterating through arrays element by element. A > previous syntax extension allowed for iterating thru a multidimensional > array's elements, using a loop with just one level/one index variable (see > provided documentation and sample below). It's always good to see bugs fixed, and the new array element syntax looks useful too.