pineapple-notepad/3rdparty/lexilla532/lexilla/test/examples/modula/Issue129.m3.folded

9 lines
244 B
Plaintext
Raw Normal View History

2024-07-02 23:47:26 +08:00
0 400 400 INTERFACE Test;
1 400 400
0 400 400 TYPE
0 400 400 (* Opaque types *)
0 400 400 HANDLE = ADDRESS;
0 400 400 HMOD(* Module handle *) = HANDLE;
1 400 400
0 400 3ff END Test.
1 3ff 3ff