// AngouriMath 1.2.0
using System; using AngouriMath;
Entity expr = "x + 2 / 3 + x2 + 3y";
Console.Write(expr);