run

Function run 

Source
pub fn run(code: impl AsRef<str>) -> Result<Atom>
Expand description

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.