connect TestPlugin; // プラグインの接続(TestPluginの箇所はJavaクラス名) float a = ___add(1.2, 3.4); // プラグインの関数をコール(戻り値の型はstring配列) print(a); // 結果を出力