-
Sorry, I posted that midway through. As I was saying, it would be nice to be able to write something like this:
IF foo = bar THEN
STATEMENT1
STATEMENT2
ELSE
STATEMENT 3
STATEMENT 4
END
That sort of syntax would probably break existing programs though.
The other main thing I thought of was, like you've already done, to not require the explicit casts between int and string.
I...
2009-03-17 03:51:08 UTC in BASIC-256
-
First of all let me say that I just found this project not long ago and it seems like a great tool to teach the basics of programming to children, or, in my case, non-programmer friends who want to learn the basics and find out why it fascinates us programmers so much ;)
After tinkering around with it a bit, the main things I'd like to see added/changed are:
1) If/Else statements. I find...
2009-03-17 03:44:39 UTC in BASIC-256
-
So what's happening with this project now? Have you been able to take over the project? Either way, I'd be very interested in seeing your fork as I am contemplating adding some of that stuff myself.
2009-03-16 20:37:20 UTC in BASIC-256