XLogo
1 program
Added 2026-03-05T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: X-Logo
Provenance: commit c06dbc8caf · authored 2026-03-05T11:12:09+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
Draw Square
Provenance: commit c06dbc8caf · authored 2026-03-05T11:12:09+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
to square :size
repeat 4 [forward :size right 90]
end
square 100