소스 검색

Made the register public

master
Ludovic 'Archivist' Lagouardette 3 년 전
부모
커밋
0da1e5be83
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Runtime.cs

+ 1
- 1
Runtime.cs 파일 보기

@ -6,7 +6,7 @@ namespace SuperBASIC
{
class Runtime
{
float register;
">public float register;
internal Library lib;
Bytecode code;
internal int pc = 0;

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