Re: Slow memory allocation

new topic     » goto parent     » topic index » view thread      » older message » newer message

As with all other interpreters the more information you give the more
efficiently it runs the code.
I think I've learned a valuable lesson here:
constant TAB = 9 is bad 
constant TAB = '9' is OK
constant TAB = "9" is OK

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu