Go Clone for Microsoft Basic 2.2 for CP/M

WRITING.md at tip
Login

WRITING.md at tip

File WRITING.md from the latest check-in


WRITING.md

This repository uses two writing modes.

Narrative / conceptual writing

Used in README introductions, design notes, retrospectives, and historical commentary.

Influences:

Tone:

Example:

BASIC is small enough to hold in your head and strange enough to remind you that your head is not a standards committee.

Technical writing

Used in API docs, semantic rules, compatibility tables, tests, and implementation notes.

Influences:

Tone:

Example:

GOSUB pushes the next statement position onto the call stack. RETURN resumes from that position. Returning with an empty stack is an error.

Documentation freshness

Any meaningful behavior or architecture change must review the main documentation set.

If no update is needed, state that explicitly in the change notes.