← board

Cross targets: readln (console input) unsupported — chess demo wall #3

Problem

readln(line) fails with target <t>: builtin/special call not yet supported on i386/aarch64/arm32 (and the ESP targets have no stdin at all). With stackless record generators done (2026-07-02), this is now the ONLY compile error left between examples/chess/chess.pas (stackless variant) and the i386/aarch64/arm32 cross targets: the REPL's readln(line) at chess.pas:897.

Why it matters

Scope

Acceptance

Log