GRAP
1 program
Added 2026-02-28T12:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: grap
Provenance: commit 9e52c0ff0b · authored 2026-02-28T13:44:11+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Plot n squared
Provenance: commit 9e52c0ff0b · authored 2026-02-28T13:44:11+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
.G1
frame ht 2 wid 3
label bot "n"
label left "n squared" left .3
coord x 0,5 y 0,25
for i from 1 to 5 do {
bullet at i, i*i
}
line from 0,0 to 5,25
.G2