Skip to content
Craig Edwards edited this page Apr 28, 2023 · 3 revisions

String

String variables are represented by a variable with the suffix $, e.g. C$ or MYVAR$. String variables are null-terminated C style sequences of 8 bit ASCII characters.

Clone this wiki locally