1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/inter/Tests/Duplex/_Pairs/BinOut+A.intert
2022-02-16 23:44:18 +00:00

20 lines
374 B
Plaintext

packagetype _plain
packagetype _code
primitive !if val code -> void
primitive !goto lab -> void
package main _plain
kind K_number int32
kind K_func function K_number -> K_number
package R_101_B _code
local (/main/K_number) x __argument
code
.begin
inv !if
val (/main/K_number) 1
code
inv !goto
lab .begin
constant (K_func) R_101 = R_101_B