Difference between revisions of "String"
Jump to navigation
Jump to search
m (word change) |
(Mention immutabiltiy) |
||
Line 1: | Line 1: | ||
<c>string</c> is one of the core [[:Category:Data Types|data types]] in MiniScript. | <c>string</c> is one of the core [[:Category:Data Types|data types]] in MiniScript. | ||
+ | |||
+ | Strings in MiniScript are immutable. | ||
== See also == | == See also == |
Revision as of 10:53, 6 December 2021
string
is one of the core data types in MiniScript.
Strings in MiniScript are immutable.
See also
- stringUtil - for additional operations on strings
This article is a stub. You can help the MiniScript Wiki by expanding it.