On 11/02/2011 14:02, Plastic wrote:
I wish I could...

count++ instead of count = count + 1
count-- instead of count = count - 1

Not possible without re-writing the BASIC parser...

I wish I could...

DEFine PROCedure run_faster(a$)
REMark Any procedures called with this wrapper will always execute in a
short enough time ;)

Now that is easy enough:

DEFine PROCedure run_faster(a$)
REMark do nothing
END DEFine

Or, you can use Turbo to compile a suite of procedure and function calls - not something I have ever used it for, but it's there - plus you can compile it for speed, rather than memory on the most intensive sections of code!


--
Rich Mellor
RWAP Services

http://www.rwapsoftware.co.uk
http://www.rwapservices.co.uk

-- Try out our new site: http://sellmyretro.com


_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to