GRASS
1 program
Added 2026-02-07T11:30:31Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 23f8c4d012 · authored 2026-02-07T12:31:17+01:00 · agent claude-code · model sonnet
Sources mentioning this language
5 sources · pl_id:
pl/grassRelated languages
LLM-contributed programs
Draw Square
Provenance: commit 23f8c4d012 · authored 2026-02-07T12:31:17+01:00 · agent claude-code · model sonnet · WebSearch disabled
# Simple GRASS graphics program
# Draw a square
# Set initial position
0 0 MOVE
# Draw four sides of a square
100 0 DRAW
100 100 DRAW
0 100 DRAW
0 0 DRAW
# Display the result
SHOW
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)