mSL

1 program Added 2026-03-12T10:15:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: mIRC Scripting Language, mIRC Script
Provenance: commit 0a3901b9e3 · authored 2026-03-12T03:17:32+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

2 sources · pl_id: pl/msl
LLM (this repo) · 1Pldb

Related languages

mIRC Scripting Language (1.00)mIRC Script (0.88)mIRC (0.84)KVIrc Script (0.55)pgScript (0.50)

LLM-contributed programs

FizzBuzz

Provenance: commit 0a3901b9e3 · authored 2026-03-12T03:17:32+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.mrc · license: Public Domain · added: 2026-03-12T10:15:00Z
alias fizzbuzz {
  var %i = 1
  while (%i <= 100) {
    if ($calc(%i % 15) == 0) { echo -a FizzBuzz }
    elseif ($calc(%i % 3) == 0) { echo -a Fizz }
    elseif ($calc(%i % 5) == 0) { echo -a Buzz }
    else { echo -a %i }
    inc %i
  }
}

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.)

Contribute — propose a file extension

Tell us where to find evidence about mSL (mapped to pl/msl). 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/mSL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← msg-84 msp430 →