#include #include var script_main(var) { var two = create(2); writeln( two.as() ); // Output: 2 writeln( two.as() ); // Throws "not_supported" return 0; }