Expressions know the order.
Parentheses, powers, multiplication, division, addition, subtraction, constants, and named variables are parsed rather than echoed.
Write arithmetic like a note. Shape a program like a proof. Inkcode turns the familiar logic of paper into a working computational notebook.
This is not a decorative editor. The expression line uses a real parser, and the program sheet executes variables, output, and bounded repeat blocks.
Every mark has a job. Expressions follow mathematical precedence; names carry values forward; repeat blocks expose the current one-based INDEX.
Parentheses, powers, multiplication, division, addition, subtraction, constants, and named variables are parsed rather than echoed.
LET binds a value to a name. Later lines use that memory to form a genuine sequence of computation.
PRINT evaluates its expression and appends the numeric result to the page output.
Bounded loops execute their full block, with INDEX advancing from one through the repeat count.
The export contains the expression, program, variables, and observed output, ready to inspect away from the app.
It is a way to keep the symbols, the sequence, and the result in one visible field of thought.
Export the live page as a plain-text notebook containing the useful result, not a screenshot or an empty template.