1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00
inform7/inter/Tests/General/Redundancies.intert
2022-03-14 13:53:55 +00:00

26 lines
460 B
Plaintext

package main _plain
typename K_number = int32
typename K_phrase_number____nothing = function K_number -> void
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