diff options
| author | mryouse | 2023-06-11 22:01:03 +0000 |
|---|---|---|
| committer | mryouse | 2023-06-11 22:01:03 +0000 |
| commit | 211b5e24163311168c4e03f62521ec85a53a8839 (patch) | |
| tree | 9b01a2e2c1f1f550efa0ec9b803480a4c9933632 /dbg.d | |
| parent | 4dcd2fd24a2a09df4eaef5a425a168146ce96a4d (diff) | |
add debug flag
Diffstat (limited to 'dbg.d')
| -rw-r--r-- | dbg.d | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -8,9 +8,7 @@ import parser; //import dbg; //import value; -bool DEBUG = true; -//bool DEBUG = false; - +bool DEBUG = false; bool REPL = false; |
