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/Redundancies.intert

26 lines
460 B
Plaintext
Raw Normal View History

2019-07-13 13:03:54 +03:00
package main _plain
2022-02-23 01:31:47 +02:00
typename K_number = int32
typename K_phrase_number____nothing = function K_number -> void
2022-03-14 15:53:55 +02:00
package (K_phrase_number____nothing) MyRoutine _code
local (/main/K_number) x
local (/main/K_number) y
code
inv !return
val x
.useless
inv !return
inv !plus
val x
val y
inv !return
inv !minus
val x
val y
inv !jump
lab .useful
.useful
inv !return
inv !modulo
val x
val y