This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
arf/tests/parser/data/main.arf

37 lines
610 B
Plaintext
Raw Normal View History

2022-08-15 02:38:57 +00:00
:arf
---
2022-09-27 18:17:15 +00:00
data ro aInteger:Int: 3202
2022-08-15 02:38:57 +00:00
2022-09-27 18:17:15 +00:00
data ro bMutInteger:Int:mut: 3202
2022-09-05 15:12:55 +00:00
data ro cIntegerPointer:{Int}
2022-09-05 15:12:55 +00:00
data ro dMutIntegerPointer:{Int}:mut
2022-08-15 02:38:57 +00:00
2022-09-05 15:12:55 +00:00
data ro eIntegerArray16:Int:16
2022-08-15 02:38:57 +00:00
2022-09-05 15:12:55 +00:00
data ro fIntegerArrayVariable:{Int ..}
2022-08-15 02:38:57 +00:00
2022-09-27 18:17:15 +00:00
data ro gIntegerArrayInitialized:Int:16
(3948 293 293049 948 912
340 0 2304 0 4785 92)
2022-09-27 18:17:15 +00:00
data rw hIntegerPointerInit:{Int} [& integer]
2022-09-27 18:17:15 +00:00
data rw iMutIntegerPointerInit:{Int}:mut
[& integer]
2022-08-15 02:38:57 +00:00
2022-09-27 18:17:15 +00:00
data ro jObject:Obj
(324
438)
data ro lMutIntegerArray16:Int:16:mut
data ro mExternalData:Int:8
external
2022-09-27 18:17:15 +00:00
data ro nIntegerArrayInitialized:Int:16:mut
(3948 293 293049 948 912
340 0 2304 0 4785 92)