1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-17 06:24:24 +03:00
inform7/inter/Tests/General/SimpleRoutines.intert

15 lines
228 B
Plaintext
Raw Normal View History

2019-02-05 02:44:07 +02:00
package main _plain
2022-03-14 15:53:55 +02:00
package Falsity _code
code
2022-02-28 01:52:33 +02:00
splat "return false;"
2022-03-14 15:53:55 +02:00
package Demo _code
local x
local y
code
2022-02-28 01:52:33 +02:00
splat "return x+y;"
2022-03-14 15:53:55 +02:00
package Prop_Falsity _code
local reason
local obj
code
2022-02-28 01:52:33 +02:00
splat "return 0;"