Braid
1 program
Added 2026-02-16T00:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 4df08d1c5b · authored 2026-02-16T17:46:27+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
Counter Button
Provenance: commit 4df08d1c5b · authored 2026-02-16T17:46:27+01:00 · agent claude-code · model sonnet · WebSearch disabled
counter {
var count = 0
on click {
count = count + 1
}
view {
button("Click me: " + count)
}
}