Function debris_std::execute_string
source · pub(crate) fn execute_string(
ctx: &mut FunctionContext<'_, '_, '_>,
string: &ObjString
) -> ObjInt
Expand description
Executes a string as a command and returns the result
pub(crate) fn execute_string(
ctx: &mut FunctionContext<'_, '_, '_>,
string: &ObjString
) -> ObjInt
Executes a string as a command and returns the result