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