1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/inter/Tests/Valid/typedstruct.intert

6 lines
220 B
Plaintext
Raw Normal View History

packagetype _plain
package main _plain
typename city_data = struct real real text
constant (city_data) L = struct{ r"+51.507", r"-0.1275", "London" }
constant (city_data) P = struct{ r"+48.857", r"+2.3522", "Paris" }