Only a 'Tick'
Posted: Thu Oct 14, 2021 11:35 pm
Double quotes can be used for strings (s.s=~"\"") but a single tick does not work for a code like a.a=~'\''.
Not the most important thing in the world, but would be fine to have a more readable code instead of using the value 39 like in the following example code:
Not the most important thing in the world, but would be fine to have a more readable code instead of using the value 39 like in the following example code:
Code: Select all
DataSection
Data.a 'D', 'a', 't', 'a', '.', 'a', 39, 'D', 39, ',', 39, 'a', 39, ',', 39, 't', 39, ',', 39, 'a', 39
EndDataSection