<html><head> <script type="text/tiscript"> compile("test.tis","test.js"); loadbc("test.js"); </script> </head> <body> </body> </html>
function foo() { return "Hello sciter!"; } view.msgbox(#alert,foo());