First page Back Continue Last page Overview Graphics
Another typical Q & D example
-- sending messages to the return
Notatable()::
display(“sorry…”);
somePicoFunction(t)::
if(not(is_table(t)),
return.Notatable(),
2);
display(somePicoFunction(30))
:: sorry…