Author Topic: Logic BASIC  (Read 14494 times)

Tomaaz

  • Guest
Re: Logic BASIC
« Reply #45 on: September 22, 2016, 10:19:56 PM »
So pretty much all Basic's fail this personal criteria that I myself...

I see... If you're talking about your personal criteria limited to yourself, then, of course, you can say whatever you want. ;) And no - I'm not a Python fanboy. There are several things about this language that annoy me a lot, but it really is easy to start with.

Aurel

  • Guest
Re: Logic BASIC
« Reply #46 on: September 22, 2016, 10:25:52 PM »
Quote
and I don't know of any other Basic that can do this straight out of the box:
then look this...

ZXDunny

  • Guest
Re: Logic BASIC
« Reply #47 on: September 22, 2016, 11:27:23 PM »
Or even this?

Code: [Select]
10 PRINT MOVE 10,0;"Hello": RECTANGLE INK 12;20,30,55,55 FILL

If you omit the line number it will just execute it immediately which is even better for this type of program :D

B+

  • Guest
Re: Logic BASIC
« Reply #48 on: September 23, 2016, 02:23:12 PM »
Yep, those are really close! I forgot to mention this part (at far right of snapshot), help accessed with F1:
« Last Edit: September 23, 2016, 02:28:57 PM by B+ »