Cosmos/source2/Compiler
BlueSkeye_cp 2a00898dcb Fix issue #15661 : X# parser doesn't let you embed a single quote in a literal string
You can now embed a single quote character in an X# literal string provided you escape this character by preceding it with a backslash. For example :
var .DebugWaitMsg = 'Waiting for \'debugger\' connection...'
2012-10-01 15:29:02 +00:00
..
Cosmos.Compiler.DebugStub 2012-08-06 02:11:34 +00:00
Cosmos.XSharp Fix issue #15661 : X# parser doesn't let you embed a single quote in a literal string 2012-10-01 15:29:02 +00:00