Text literals as NONE

The use of "" as text literals in a map rule evaluates to "none". For example, the following two rules are equivalent:

= EXTRACT (Record:Input, Store:Record:Input = "")

= EXTRACT (Record:Input, Store:Record:Input = NONE)