Kaynağa Gözat

Made the register public

master
Ludovic 'Archivist' Lagouardette 3 yıl önce
ebeveyn
işleme
0da1e5be83
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      Runtime.cs

+ 1
- 1
Runtime.cs Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet