danvim / ProcalParsing

0 stars 2 forks source link

Add support for calling stored programs #2

Open danvim opened 7 years ago

danvim commented 7 years ago

Syntax

QuadEquation($A, $B)->$C, $D

Explanation

The system looks for a files called QuadEquation.procal in the same directory and attempt to run it by supplying the input prompts with values of $A and $B then returns the displayed value and final result value, which is set the variables $C and $D.