OpenScript
1 program
Added 2026-02-11T19:39:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: ToolBook Script
Provenance: commit c55c6f2367 · authored 2026-02-11T20:39:36+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
Button Click Handler
Provenance: commit c55c6f2367 · authored 2026-02-11T20:39:36+01:00 · agent claude-code · model sonnet · WebSearch disabled
to handle buttonClick
ask "Please enter your name:"
if it is not empty then
put "Hello, " & it & "!" into message
show message
end if
end buttonClick