asc-community/AngouriMath

Cells' outputs in a variable for the terminal

Opened this issue · 0 comments

The package I want to suggest the idea to: AngouriMath.Terminal

something like run (an F# list):

[...] 1 + 10
11

[...] 2 / 10 |> eval
0.2

[...] run[^1]
0.2

[...] run[^2]
11