Plato
1 program
Added 2026-02-10T21:37:03Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: PLATO
Provenance: commit f542758747 · authored 2026-02-11T13:26:35+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
Interactive Multiplication Lesson
Provenance: commit f542758747 · authored 2026-02-11T13:26:35+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
main:
-name
-print "What is your name?"
-answer name
-print "Hello, " + name + "!"
-print "Let's practice multiplication."
-judge x * y
-print "What is 7 * 8?"
-answer ans
-if ans = 56 then print "Correct!" else print "Try again!"
-end