pub fn run(code: impl AsRef<str>) -> Result<Atom>
A convenient helper for directly running a program string.
Returns only the result of running the program, not the final state.
For more options, use State instead.
State