SNOBOL1
1 program
Added 2026-02-11T09:23:25Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: SNOBOL 1
Provenance: commit 784b329ac8 · authored 2026-02-11T13:26:42+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Count Pattern Matches
Provenance: commit 784b329ac8 · authored 2026-02-11T13:26:42+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
START CARD = SYSPPT
TEXT = CARD
LOOP TEXT "THE" = :S(FOUND)F(NEXT)
FOUND COUNT = COUNT + 1
NEXT TEXT = :F(END)
=(LOOP)
END SYSPOT = "FOUND " COUNT " MATCHES"