ソースを参照

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;

読み込み中…
キャンセル
保存