However, why would we need that? $chr(32) is easy to remember since it is used frequently. It's also known by all current scripters and new scripters learn it without a problem. It also leads new scripters into how to work with characters that cannot be used at certain times (like a comma in some commands). I don't see any need for such an identifier.

If you really want it for yourself, use this:
Code:
alias space {
  return  
}


That will return your space. It will also work for doing multiple spaces.