瀏覽代碼

Made the register public

master
Ludovic 'Archivist' Lagouardette 2 年之前
父節點
當前提交
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;

Loading…
取消
儲存