Copy-paste fix pattern
library CB-Math
fn main() {
f64 value = CB-Math.divide_or(10, 2, 0)
println(value)
}
ClosedBit Docs
ClosedBit error docs
Wrong number of arguments. A function was called with too few or too many values.
A function was called with too few or too many values.
Check the function signature and pass exactly the required arguments.
library CB-Math
fn main() {
f64 value = CB-Math.divide_or(10, 2, 0)
println(value)
}