This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
SuperBASIC
Watch
1
Star
0
Fork
0
Code
Issues
23
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Made the register public
master
Ludovic 'Archivist' Lagouardette
3 years ago
parent
cb3a967aa5
commit
0da1e5be83
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Runtime.cs
+ 1
- 1
Runtime.cs
View File
@ -6,7 +6,7 @@ namespace SuperBASIC
{
class
Runtime
{
float
register
;
">public
float
register
;
internal
Library
lib
;
Bytecode
code
;
internal
int
pc
=
0
;
Write
Preview
Loading…
Cancel
Save