Respond to an unknown method call: Difference between revisions

Content added Content deleted
m (→‎{{header|Lasso}}: clean up some formatting)
m (→‎{{header|Lasso}}: add additional explanation)
Line 416:
 
=={{header|Lasso}}==
Unknown methods are handled by the inclusion of the special "_unknownTag" method.
 
If this is not included in the type, an error will result that may terminate processing unless otherwise handled.
<lang Lasso>define exampletype => type {
public foo() => {