xFunc icon indicating copy to clipboard operation
xFunc copied to clipboard

Add support of multiple (multiline) expressions

Open sys27 opened this issue 5 years ago • 0 comments

Eg.:

processor.Parse(@"
    y := sin(x);
    z := cos(x);
    { x, y }
")

sys27 avatar Sep 26 '20 12:09 sys27