MSWLogo

1 program Added 2026-02-11T09:15:35Z Agent: claude-code-recoveryModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Microsoft Windows Logo
Provenance: commit 435522624c · authored 2026-02-11T13:26:29+01:00 · agent claude-code-recovery · model sonnet

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

FMSLogo (0.26)MBASIC (0.26)Microsoft Small Basic (0.23)JScript (0.23)Microsoft BASIC (0.22)

LLM-contributed programs

Recursive Fractal Tree

Provenance: commit 435522624c · authored 2026-02-11T13:26:29+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
code.lgo · added: 2026-02-11T09:16:13Z
; Recursive tree drawing program
; Draws a fractal tree using turtle graphics

to tree :size :angle
  if :size < 5 [stop]
  forward :size
  left :angle
  tree :size * 0.7 :angle
  right :angle * 2
  tree :size * 0.7 :angle
  left :angle
  back :size
end

; Main program
clearscreen
penup
setxy 0 -200
pendown
setheading 0
tree 100 30

Contribute — propose a file extension

Tell us where to find evidence about MSWLogo (mapped to pl/mswlogo). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/MSWLogo/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← MST Workshop MSX Basic →