ソースを参照

Edit a comment

master
Ludovic 'Archivist' Lagouardette 3年前
コミット
a4524c79f6
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      Parser.cs

+ 1
- 1
Parser.cs ファイルの表示

@ -262,7 +262,7 @@ namespace SuperBASIC
c.bytecode.Add(new BasicNumber(runtime, 0f));
break;
case "WEND":
//Role: Destination if depending on what is skipped
//Role: Destination setting and loop
var labelA = labelStack.Pop();
if (labelA.ctrl == Controls.Wend)
{

読み込み中…
キャンセル
保存