String constants and single characters |
Top Previous Next |
What is translated > Tokens > String constants and single characters
The apostrophes of the string constants are replaced by quotation marks. The treatment of the characters is more difficult. Depending on context the apostrophes are left or replaced by quotation marks.
'1' : -> case '1' : string_id + '1' -> string_id + "1"
|
This page belongs to the DelphiXE2Cpp11 Documentation |
DelphiXE2Cpp11 home Content |