SuperCard
1 program
Added 2026-02-12T13:01:36Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit e2ad61f78b · authored 2026-02-12T14:02:20+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
Mouse Click and Card Open Handlers
Provenance: commit e2ad61f78b · authored 2026-02-12T14:02:20+01:00 · agent claude-code · model sonnet · WebSearch disabled
on mouseUp
put "Hello, World!" into message
answer "Welcome to SuperCard!"
end mouseUp
on openCard
put the date into field "dateField"
put the time into field "timeField"
end openCard