got rid of separate str_s datatype

This commit is contained in:
Irmen de Jong
2020-02-07 20:47:38 +01:00
parent a01a9e76f9
commit b8816a0e2f
26 changed files with 721 additions and 743 deletions

View File

@@ -268,8 +268,6 @@ type identifier type storage size example var declara
``float[]`` floating-point array depends on value ``float[] myvar = [1.1, 2.2, 3.3, 4.4]``
``str`` string (petscii) varies ``str myvar = "hello."``
implicitly terminated by a 0-byte
``str_s`` string (screencodes) varies ``str_s myvar = "hello."``
implicitly terminated by a 0-byte
=============== ======================= ================= =========================================
**arrays:** you can split an array initializer list over several lines if you want. When an initialization