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/list.intert
2022-02-22 23:31:47 +00:00

8 lines
202 B
Plaintext

packagetype _plain
packagetype _code
package main _plain
typename K_number = int32
typename K_list_of_number = list of K_number
constant (K_list_of_number) C_primes = { 2, 3, 5, 7, 11, 13, 17, 19 }