ncrat.lib
LIB "ncrat.lib"; ncInit(list("x", "y", "z")); ncrat f = ncratFromString("2*x*y"); string s = ncratSPrint(f); print(s); ==> 2*x*y