[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A One Liner



On 2/15/04 9:39 PM, in article p77030pvi0llq901d2sdbq9eom7j7p1ima@4ax.com,
"Paul Guertin" <pg@sff.net> wrote:

> 1GR:HOME:FORX=4TO35:COLOR=C:H=C>9:POKE1616+128*U+X,176+K*(C-11*H)+H:
> VLIN0,39ATX:C=C+K:K=K=0:U=U=K:NEXT
> 
> (102 characters)
> 
> Paul Guertin
> pg@sff.net

I thought the GR command clears the display; that would mean the 'HOME:'
unnecessary too.  Unfortunately, I can't test it right now. :-(

1GR:FORX=4TO35:COLOR=C:H=C>9:POKE1616+128*U+X,176+K*(C-11*H)+H:
VLIN0,39ATX:C=C+K:K=K=0:U=U=K:NEXT

97 characters.

- M.