WebL
1 program
Added 2026-02-06T17:55:48Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit d228ba65c4 · authored 2026-02-06T18:56:51+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/weblRelated languages
LLM-contributed programs
Fetch Web Page Title
Provenance: commit d228ba65c4 · authored 2026-02-06T18:56:51+01:00 · agent claude-code · model sonnet · WebSearch disabled
service GetTitle
in url : string
out title : string
{
page := fetch(url);
title := page.title;
}
set t := GetTitle("http://www.example.com");
print(t);
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)