소스 검색

Update 'Functions/Goto.cs'

master
Archivist 3 년 전
부모
커밋
cb3a967aa5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      Functions/Goto.cs

+ 2
- 2
Functions/Goto.cs 파일 보기

@ -10,7 +10,7 @@ namespace SuperBASIC.Functions
{
// Substract its own arity +1
arguments[0].runtime.pc = (int)arguments[0] - 2;
return m">0f;
return n">arguments[0].runtime.register;
}
}
class JumpZero : IFunction
@ -20,7 +20,7 @@ namespace SuperBASIC.Functions
if(arguments[0] == 0)
// Substract its own arity +1
arguments[1].runtime.pc = (int)arguments[1] - 3;
return m">0f;
return n">arguments[0].runtime.register;
}
}
}

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