1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 01:54:21 +03:00
inform7/inter/Tests/General/SimpleRoutines.intert
2022-03-14 13:53:55 +00:00

15 lines
228 B
Plaintext

package main _plain
package Falsity _code
code
splat "return false;"
package Demo _code
local x
local y
code
splat "return x+y;"
package Prop_Falsity _code
local reason
local obj
code
splat "return 0;"