Hello, how do I export a method/procedure so that it can be called by plain javascript? I need it so I can call it from an android WebView (myWebView.evaluateJavascript). I tried to add an "export" modifier both to a method and to a plain procedure but the compiler tells me "not yet implemented". Bye -- Luca