浏览代码

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;

正在加载...
取消
保存