| ... | ... | @@ -35,10 +35,11 @@ foreign space [const] <n> :: Ptr <type> = constant |
|
|
|
|
|
|
|
where constant may be one of
|
|
|
|
|
|
|
|
a value: 3
|
|
|
|
|
|
|
|
an initialized list [ 0, 1, 2, ...]
|
|
|
|
an initialized list: [ 0, 1, 2, ...]
|
|
|
|
|
|
|
|
a "string" to be interpreted as utf8 or unicode code points depending on what type of pointer it is assigned to.
|
|
|
|
a "string" to be output as utf8, utf16 or ucs4 unicode code points depending on what type of pointer it is assigned to.
|
|
|
|
|
|
|
|
```
|
|
|
|
|
| ... | ... | |