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

Re: GScript BASIC 1.4 Released



Uploaded a minor revision (strangely I didn't update the version
number...):

Now you can do a for loop with step. For example:

for i = 0 to 639 step 8 {
...
}