1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-09 02:24:21 +03:00
inform7/inter/Tests/Duplex/_Pairs/BinOut+A.intert

20 lines
374 B
Plaintext
Raw Normal View History

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