Ejemplo n.º 1
0
 private static void RunQuotedStatements(string[] args) =>
 AphidEvaluator.Eval(StringParser.Parse(GetInlineCode('!')));
Ejemplo n.º 2
0
 private static void RunStatements(string[] args) =>
 AphidEvaluator.Eval(GetInlineCode('*'));