操作性は死んでます。 デフォルトでfizzbuzzを書いておきました。
scriptタブでコードを書き、 logタブで出力を確認できます。 serializeタブは命令列にコンパイルした後のコートを表示できます。 === syntax === A rule Operators, functions, numbers, and strings should be separated by half-width spaces. The program is executed in order from the top. Use SETVAR to assign variables. Enter the variable name after the SETVAR, and then enter the value. Example) SETVAR X 0 + 1 You can write ig sentences using IF, ELIF, ELSE, AND IFEND. Write a conditional expression after IF and ELIF. You can write the WHILE part using WHILE and WHILEEND. Write a conditional expression after WHILE. The arithmetic symbol is +,-,*,/,%,==,! =,<,>,<=,>= is supported. ルール 演算子や関数、数字や文字列は半角スペースで区切ること。 プログラムは上から順に実行されます。 SETVARを用いて変数に代入します。 SETVARの次に変数名を記入し、その後に値を記入します。 例) SETVAR X 0 + 1 IF, ELIF, ELSE, IFENDを用いてIF文を書けます。IF,ELIFの後には条件式を書きます。 WHILE, WHILEENDを用いてWHILE分を書けます。WHILEの後には条件式を書きます。 演算記号は+,-,*,/,%,==,!=,<,>,<=,>=がサポートされています。