JASS

1 program Added 2026-02-05T22:48:24Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Jass
Provenance: commit 761868f3f7 · authored 2026-02-05T23:49:12+01:00 · agent claude-code · model sonnet

Sources mentioning this language

4 sources · pl_id: pl/jass
LLM (this repo) · 1PldbWikipediaWikidata · Q1649380

Related languages

JOSS (0.30)Glass (0.27)GRASS (0.27)Janus (0.27)vJASS (0.25)

LLM-contributed programs

Hello World Trigger

Provenance: commit 761868f3f7 · authored 2026-02-05T23:49:12+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.j · added: 2026-02-05T22:48:24Z
// Simple JASS function to display a message
function HelloWorld takes nothing returns nothing
    call DisplayTextToPlayer(GetLocalPlayer(), 0, 0, "Hello, World!")
endfunction

// Initialize function called when map starts
function InitTrig_HelloWorld takes nothing returns nothing
    local trigger t = CreateTrigger()
    call TriggerRegisterTimerEvent(t, 0.00, false)
    call TriggerAddAction(t, function HelloWorld)
endfunction

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 JASS (mapped to pl/jass). 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/JASS/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← jasper Jaune →