Search
❯
Oct 03, 20251 min read
Pascal strings are mutable. They can be accessed via index.
S = "abc" S[0] = 'B'