Inform 6
1 program
Added 2026-02-05T14:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: I6
Provenance: commit d5336b9d76 · authored 2026-02-05T22:58:26+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Hello World Library
Provenance: commit d5336b9d76 · authored 2026-02-05T22:58:26+01:00 · agent claude-code · model sonnet · WebSearch disabled
Constant Story "Hello World";
Constant Headline "^An Interactive Fiction^";
Include "Parser";
Include "VerbLib";
[ Initialise;
location = Library;
"Hello World! Welcome to interactive fiction.";
];
Object Library "The Library"
with description "A cozy library filled with books.",
has light;
Object -> book "book"
with name 'book',
description "It's a thick book about programming languages.",
has ;
[ Main;
Initialise();
];
Include "Grammar";