Coursewriter

1 program Added 2026-02-10T21:17:09Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Coursewriter II, Coursewriter III
Provenance: commit 7938c76737 · authored 2026-02-10T22:17:36+01:00 · agent claude-code · model sonnet

Sources mentioning this language

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

Related languages

COMIT II (0.19)COMIT (0.19)COMPACT II (0.19)Conniver (0.15)FORTRAN III (0.14)

LLM-contributed programs

Arithmetic Drill

Provenance: commit 7938c76737 · authored 2026-02-10T22:17:36+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.cw · added: 2026-02-10T21:17:14Z
*COURSEWRITER II PROGRAM
*ARITHMETIC DRILL

1. TYPE "What is 5 + 3?"
   ACCEPT ANSWER
   IF ANSWER = 8 THEN GO TO 2
   TYPE "Incorrect. Try again."
   GO TO 1

2. TYPE "Correct! What is 12 - 7?"
   ACCEPT ANSWER
   IF ANSWER = 5 THEN GO TO 3
   TYPE "Incorrect. The answer is 5."
   GO TO 3

3. TYPE "What is 4 * 6?"
   ACCEPT ANSWER
   IF ANSWER = 24 THEN GO TO 4
   TYPE "Incorrect. The answer is 24."

4. TYPE "You have completed the drill."
   END

Contribute — propose a file extension

Tell us where to find evidence about Coursewriter (mapped to pl/coursewriter). 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/Coursewriter/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Countup COVID-19 →