Block a user
panic! (:blah)
should print (:blah)
in the error messge
Fix validation error on attempting rebind in function arguments
let size = 100
let sides = 4
let petals = 50
fn ngon! (sides, size) -> {
repeat sides {
fd! (size)
rt! (inv (sides))
}
}
=== === === Run 24
Validation…
Fix validation error on attempting rebind in function arguments