Spin
1 program
Added 2025-11-02T09:34:12Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit bd83595fdd · authored 2025-11-02T10:34:12+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
4 sources · pl_id:
pl/spinRelated languages
LLM-contributed programs
Hello World
Provenance: commit bd83595fdd · authored 2025-11-02T10:34:12+01:00 · model x-ai/grok-4-fast · Temp 0.4
{
Simple "Hello World" program in SPIN
}
CON
_clkmode = xtal1 + pll16x
_xinfreq = 80_000_000
OBJ
pst : "Parallax Serial Terminal"
PUB start | i
pst.start(115_200) 'start with serial terminal (optional)
repeat i from 0 to 39 'send 40 characters
pst.char("Hello World! #" .+ i => 32)
pst.str(string("\n"))
repeat 'hang until power off or reset
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.)