Standard Library

Evaluate has a standard library that comes pre-installed with every download! It includes important functions and essential utilities that make using Evaluate a lot easier. Each of these functions output directly to console.

simplify(id: string, expression: string)

printf(id: string, content: string)

equate(id: string, calculation: string)

logic(id: string, test: string)

panic()

Last updated