Module rurtle::environ::functions
[−]
[src]
This module contains predefined functions for the Rurtle environment.
All functions that should be "built in" into the Rurtle language (all the fundamental stuff) are defined here or in submodules.
Reexports
pub use super::{Environment, Function, ResultType, RuntimeError}; |
pub use super::value::Value; |
Functions
default_functions |
Return a HashMap of the built-in functions |