소스 검색

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

불러오는 중...
취소
저장