1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/inter/Tests/Valid/packages.intert

9 lines
162 B
Plaintext
Raw Normal View History

2019-02-05 02:44:07 +02:00
packagetype _plain
packagetype _code
package main _plain
kind K_number int32
constant (K_number) x = 11
2019-02-05 02:44:07 +02:00
package sub _plain
constant (/main/K_number) y = 17