mirror of
https://github.com/dschmenk/PLASMA.git
synced 2026-04-20 16:16:34 +00:00
Clean up ] and [ compile on/off
This commit is contained in:
Binary file not shown.
@@ -1300,19 +1300,14 @@ def _compile_#0
|
||||
fin
|
||||
end
|
||||
def _compoff_#0
|
||||
if state & comp_flag
|
||||
savestate = state & comp_flag
|
||||
state = state & ~comp_flag
|
||||
else
|
||||
puts("[ Not compiling\n")
|
||||
_quit_
|
||||
fin
|
||||
savestate = state & comp_flag
|
||||
state = state & ~comp_flag
|
||||
end
|
||||
def _compon_#0
|
||||
state = state | savestate
|
||||
savestate = 0
|
||||
if not (state & comp_flag)
|
||||
puts("[ Not compiling\n")
|
||||
puts("] Not compiling\n")
|
||||
_quit_
|
||||
fin
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user