浏览代码

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

正在加载...
取消
保存