1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-16 22:14:23 +03:00
inform7/inter/Tests/Valid/list.intert

8 lines
208 B
Plaintext
Raw Normal View History

2019-02-05 02:44:07 +02:00
packagetype _plain
packagetype _code
package main _plain
2022-02-23 01:31:47 +02:00
typename K_number = int32
2022-03-28 09:57:52 +03:00
typename K_list_of_number = list of /main/K_number
constant (K_list_of_number) C_primes = { 2, 3, 5, 7, 11, 13, 17, 19 }