Explorar el Código

Made the register public

master
Ludovic 'Archivist' Lagouardette hace 3 años
padre
commit
0da1e5be83
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Runtime.cs

+ 1
- 1
Runtime.cs Ver fichero

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

Cargando…
Cancelar
Guardar