You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently C3 has normal "" strings, but also two kinds of multi line ones. One is a """ """ string, which also has a lot of machinery built in to allow you to set what's consumed of the indentation etc. The other is `...` raw strings, where no escape sequences are available, and doubling of ` gives you a single `.
I am planning on some compile time string functions that can help you modify the raw strings in the cases where actual escapes are desired for example.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently C3 has normal "" strings, but also two kinds of multi line ones. One is a """ """ string, which also has a lot of machinery built in to allow you to set what's consumed of the indentation etc. The other is `...` raw strings, where no escape sequences are available, and doubling of ` gives you a single `.
I am planning on some compile time string functions that can help you modify the raw strings in the cases where actual escapes are desired for example.
Beta Was this translation helpful? Give feedback.
All reactions