1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/inter/Tests/General/Cons.intert
2022-01-09 23:00:15 +00:00

30 lines
898 B
Plaintext

packagetype _plain
packagetype _code
packagetype _linkage
packagetype _module
packagetype _submodule
package main _plain
package generic _module
package kinds _submodule
symbol public misc K_unchecked
symbol public misc K_unchecked_function
symbol public misc K_unchecked_list
symbol public misc K_int32
symbol public misc K_int2
symbol public misc K_string
kind K_unchecked unchecked
kind K_unchecked_function function K_unchecked -> K_unchecked
kind K_unchecked_list list of K_unchecked
kind K_int32 int32
kind K_int2 int2
kind K_string text
package resources _plain
symbol external misc K_unchecked
constant Bidger K_unchecked = 20
splat &"Constant Badger = 12;\n"
splat &"Constant Bodger $$10011101;\n"
splat &"Constant Budger $7fe2 ;\n"
constant Danza K_unchecked = sum{ 2, 34 }
constant Sahara K_unchecked = sum{ Danza, Bidger, 1 }