TACPOL
1 program
Added 2026-02-07T20:58:48Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Transaction and Command Processing Language
Provenance: commit 377b3eac62 · authored 2026-02-07T21:59:48+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
Greeting Program
Provenance: commit 377b3eac62 · authored 2026-02-07T21:59:48+01:00 · agent claude-code · model sonnet · WebSearch disabled
PROGRAM GREET;
BEGIN
DISPLAY 'ENTER YOUR NAME: ';
ACCEPT NAME;
DISPLAY 'HELLO, ' + NAME;
END.