Author Topic: Proposed extension of chr syntax  (Read 1819 times)

0 Members and 1 Guest are viewing this topic.

Charles Pegge

  • Guest
Proposed extension of chr syntax
« on: June 30, 2012, 10:23:55 AM »

Chr() literals could be hard coded into string constants to make them more efficient.

In addition to this, a simple extension of the syntax could support multiple character literals:

chr(13,10)


cr=chr(13,10)

term=chr(0,0)

highChars=chr(1,28,129,130,131,132)


Charles