btrd icon indicating copy to clipboard operation
btrd copied to clipboard

Add support for user defined functions

Open danobi opened this issue 3 years ago • 0 comments

Maybe something like:

def foo(arg1) {
  print(arg1)
}

Questions:

  • explicit return type annotation?
  • do we need a new type for None if function doesn't return anything?

danobi avatar Jun 02 '21 19:06 danobi