Date : Fri, 20 Nov 2009 12:45:50 +0000 (GMT)
From : kranser@... (Steve Fewell)
Subject: Quine
> > I also made these changes:
> > 70 UNTIL A%>=TOP-1
>
>
> /// okay larger or equal to rather than my plain equal to.
Yes, and I took away the '?' before A%
> > 140 B%=?A%*256+A%?1:A%=A%+2:PRINT ;B%;
>
> /// see you added ";" before B%; fair enough.
Yes, but not sure whether you need that for line numbers that are not after
GOTO - as the should be formatted to 5 characters with left spaces! So maybe
@%=5 is a good solution, as mentioned by someone else.
--- On Fri, 20/11/09, Mick Champion <rs423@...> wrote:
> From: Mick Champion <rs423@...>
> Subject: Re: [BBC-Micro] Quine
> To: bbc-micro@...
> Date: Friday, 20 November, 2009, 12:34
> Steve Fewell wrote:
> > No you had STR$ - you missed CHR$!
> >
> > 455 DATA 189,"CHR$"
> >
> > I also made these changes:
> > 70 UNTIL A%>=TOP-1? ? ? ?
> ? ? ? ? ? ? ?
> ???
> /// okay larger or equal to rather than my plain equal to.
>
>
> > 140 B%=?A%*256+A%?1:A%=A%+2:PRINT ;B%;?
> ???
> /// see you added ";" before B%; fair enough.
>
>
> > 270 PRINT ;?B%-B%?1;? ? ? ? ?
> ? ? ? ? ? ???
> /// typo. Missed the two ";"'s out
>
>
>
> > 320 IF A$="*" A$="<*"+STR$?A%+"*>"? ?
> ? ???
> /// yet another typo. Yes should hve been A$ not A%
>
>
>
> Cheers,
>
> Mick.
>
>
>
>
>
>
>
> > Steve.
> >
> > --- On Fri, 20/11/09, Mick Champion <rs423@...>
> wrote:
> >
> >???
> >> From: Mick Champion <rs423@...>
> >> Subject: Re: [BBC-Micro] Quine
> >> To: bbc-micro@...
> >> Date: Friday, 20 November, 2009, 0:50
> >> Mick Champion wrote:
> >>? ???
> >>> 400 DATA 128,"AND"
> >>> 410 DATA 130,"EOR"
> >>> 420 DATA 132,"OR"
> >>>? ?
> >>>? ? ???
> >> ....
> >>
> >> Arrrgh! I missed out the token for STR$
> >>
> >> 455 DATA 195,"STR$"
> >>
> >>
> >> Also see a "!" on line 140. Oh dear. Failure!!!!
> Better
> >> leave looking
> >> more until I wake up sometime next month
> <cry>
> >>
> >>
> >> Mick.
> >>
> >>
> >> _______________________________________________
> >> bbc-micro mailing list
> >> bbc-micro@...
> >> http://lists.cloud9.co.uk/mailman/listinfo/bbc-micro
> >>
> >>? ???
> >
> >
> >? ? ???
> >???
> >
> ------------------------------------------------------------------------
> >
> >
> > No virus found in this incoming message.
> > Checked by AVG - www.avg.com
> > Version: 9.0.707 / Virus Database: 270.14.73/2514 -
> Release Date: 11/19/09 19:42:00
> >
> >???
>
>
> _______________________________________________
> bbc-micro mailing list
> bbc-micro@...
> http://lists.cloud9.co.uk/mailman/listinfo/bbc-micro
>