Fixed Escaping special characters

May 20, 2008
12,337
134
Syracuse, NY, USA
Being able to escape special characters is necessary. Even after recent improvements, v17 gives
Code:
v:\> echo %@ascii[^^]
v:\>
while v16 gives
Code:
v:\> echo %@ascii[^^]
94
 

Similar threads