Hi, another question: Is it somehow possible to re...
# dsl
h
Hi, another question: Is it somehow possible to require that a method is called, something like
Copy code
foo {
    bar("bar") // this is required
    baz() // this is optional
}
o
No, they are just functions.