ACS

1 program Added 2026-02-13T09:53:25Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Action Code Script
Provenance: commit e302c6f096 · authored 2026-02-13T10:53:57+01:00 · agent claude-code · model sonnet

Sources mentioning this language

2 sources · pl_id: pl/action-code-script
LLM (this repo) · 1Pldb

Related languages

ActionScript (0.38)Pine Script (0.29)PerlScript (0.27)LiveCode Script (0.27)Oblivion Script (0.26)

LLM-contributed programs

Door Script

Provenance: commit e302c6f096 · authored 2026-02-13T10:53:57+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.acs · added: 2026-02-13T09:53:25Z
#include "zcommon.acs"

script 1 (void)
{
    Door_Open(1, 16);
    Delay(35 * 3);
    Print(s:"Door opened!");
}

script 2 OPEN
{
    Thing_SetSpecial(0, 0, 0, 0, 0, 0);
}

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 ACS (mapped to pl/action-code-script). 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/ACS/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Acrostic acsi-matic →