Replies: 1 comment
|
Yes, escape sequences are the same. If you want individual character, you can use If you want the escape as part of C-String, you can use And if you want the escape as part of Adept string, you can use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Are they the same as in C? For example, I want to get the backslash character, I will use
'\\'in C. What should I use in Adept?All reactions