瀏覽代碼

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)
{

Loading…
取消
儲存