1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/inform6/Tests/Test Cases/Hello-G.inf
2022-03-03 00:10:25 +00:00

13 lines
290 B
INI

[ Main;
@setiosys 2 0; ! Set to use Glk
@push 201; ! = GG_MAINWIN_ROCK;
@push 3; ! = wintype_TextBuffer
@push 0;
@push 0;
@push 0;
@glk 35 5 sp; ! glk_window_open, pushing a window ID
@glk 47 1 0; ! glk_set_window to that window ID
print "Hello, world of 1979.^";
];