2014-11-14 01:05:07 +01:00
|
|
|
+define+D1A
|
|
|
|
|
+define+D2A=VALA
|
|
|
|
|
+define+D3A+D3B
|
|
|
|
|
+define+D4A=VALA+D4B
|
|
|
|
|
+define+D5A=VALA+D5B=VALB
|
|
|
|
|
// Quotes do NOT escape the plus
|
|
|
|
|
//+define+D5A="VALA+D5B"+D5C
|
2019-10-24 13:33:19 +02:00
|
|
|
+define+STRING1="\"New String\""
|
|
|
|
|
+define+STRING2='"New String"'
|
|
|
|
|
+define+STRING3=\"New\ String\"
|
|
|
|
|
+define+LIT1=32'h600D600D
|
|
|
|
|
+define+LIT2=32\'h600D600D
|
|
|
|
|
+define+LIT3="32'h600D600D"
|