danvim / Procal

2 stars 0 forks source link

Implementation of Function Call #70

Open bryanchun opened 7 years ago

bryanchun commented 7 years ago

Update: "Console mode extends to the ordinary matrix display"

Currently mode --- "Program mode"

FUNC
Quadratic Equation
input a EXE b EXE c EXE
x1 display EXE
x2->Ans display EXE

And

Alternative mode to be implemented --- "Inline function call"

FUNC
Quadratic Equation
input QuadraticEquation(a, b, c)
EXE (x1, x2) -> Ans

Should be made two-way compatible

danvim commented 7 years ago

Possible implementation of "Console Mode" which allows input of command-lets or directly include them with SHIFT+FUNC.