We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Ruby shows how can create a shorthand version of Fn.new using methods inside classes.
Fn.new
class Obj { fn(f) { f } } class Example is Obj { construct new() { var ok = fn {|test| System.print(test) } ok.call("hello") } } Example.new() // expect: hello
Wiki
Docs
Applications
Modules
Language Bindings
Tools and Utilities
Cookbook