1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/inter/Tests/General/_Results_Ideal/Assim.txt
2022-03-21 10:32:13 +00:00

81 lines
2.4 KiB
Plaintext

primitive !return val -> void
primitive !plus val val -> val
packagetype _plain
packagetype _module
packagetype _submodule
packagetype _function
packagetype _code
packagetype _linkage
packagetype _property
package main _plain
constant VERB_DIRECTIVE_DIVIDER = 1
constant VERB_DIRECTIVE_RESULT = 2
package template _module
package constants _submodule
package DEBUG_con _plain
constant DEBUG = 0 __assimilated
package Badger_con _plain
constant Badger = 12 __assimilated
package Bodger_con _plain
constant Bodger = 157 __assimilated
package Budger_con _plain
constant Budger = 32738 __assimilated
package Bydger_con _plain
constant Bydger = 777 __assimilated
package ##PluralFound_con _plain
constant ##PluralFound = 0 __assimilated __fake_action
package thedark_con _plain
constant thedark = 0 __assimilated __object
package Falsity_fn _function
package Falsity _code
code
inv !return
val 0
package Demo_fn _function
package Demo _code
local x
local y
code
inv !return
inv !plus
val x
val y
package arrays _submodule
package XA_arr _plain
constant (list of unchecked) XA = { 2, 4, 56 } __assimilated
package XB_arr _plain
constant Computed_Constant_Value_0 = 71
constant Computed_Constant_Value_1 = 3
constant Computed_Constant_Value_2 = sum{ Computed_Constant_Value_0, Computed_Constant_Value_1 }
constant (list of unchecked) XB = list of Computed_Constant_Value_2 words __assimilated
package XC_arr _plain
constant (list of unchecked) XC = bytes{ 17, 91 } __assimilated
package XD_arr _plain
constant (list of unchecked) XD = bytes{ 8, 6 } __assimilated
package XE_arr _plain
constant (list of unchecked) XE = bounded { 2, 3, 4, 5 } __assimilated
package XF_arr _plain
constant (list of unchecked) XF = bounded bytes{ 6, 7, 8, 9 } __assimilated
package variables _submodule
package nitwit_var _plain
variable nitwit = 2 __assimilated
package Banana_fn _function
package Banana _code
local x1
local x2
code
inv !return
val 0
package Peach_fn _function
package Peach _code
code
inv !return
val 0
package marmorial_prop _property
constant property_id = 0
property (int2) marmorial __assimilated
package density_prop _property
constant property_id = 0
property density __assimilated