Browse Source

Made the register public

master
Ludovic 'Archivist' Lagouardette 3 years ago
parent
commit
0da1e5be83
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Runtime.cs

+ 1
- 1
Runtime.cs View File

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

Loading…
Cancel
Save