Function print_value
Source pub fn print_value(args: &[Value]) -> Result<Value, String>
Expand description
Built-in function to print a value
§Arguments
args
- Arguments to the function (should be exactly 1)
§Returns
Success with i32(0) if successful, or an error message