Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An article on Strings in scripting language #199

Open
ivan-mogilko opened this issue Jul 29, 2022 · 0 comments
Open

An article on Strings in scripting language #199

ivan-mogilko opened this issue Jul 29, 2022 · 0 comments
Labels
new help topic It's a new entry to the manual.

Comments

@ivan-mogilko
Copy link
Contributor

Write an article on strings in the Scripting Language section. There's a "String Formatting" article there, but the explanation of strings themselves, as types, seem to be missing.

Possible contents:

  • types of strings: string literals, String object, legacy "string" type, what "const string" means (an advanced knowledge);
  • special characters and escaping certain characters in strings;
  • mention that you can format variables in string (link to Formatting page);
  • mention that you may convert string to int and float (link to related String functions).
@ivan-mogilko ivan-mogilko added the new help topic It's a new entry to the manual. label Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new help topic It's a new entry to the manual.
Projects
None yet
Development

No branches or pull requests

1 participant