diff options
| author | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-01-12 19:33:19 +0100 |
|---|---|---|
| committer | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-01-12 19:33:19 +0100 |
| commit | f34d41db5b8f72d3b82fa1c4e9fe3ad71f509d52 (patch) | |
| tree | d1490f4f54811c4b3b5213032ca8ec436f918ff3 /src/vm.rs | |
| parent | 840d820d0951dc38e266bd4d184be2cf8bf142e3 (diff) | |
| parent | 32fa47b52b03f4ae84bc773bad785cf77334ae78 (diff) | |
| download | sylt-f34d41db5b8f72d3b82fa1c4e9fe3ad71f509d52.tar.gz | |
For-loops
Diffstat (limited to 'src/vm.rs')
| -rw-r--r-- | src/vm.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ impl VM { } pub fn run(&mut self) -> Result<(), Error>{ - const PRINT_WHILE_RUNNING: bool = false; + const PRINT_WHILE_RUNNING: bool = true; const PRINT_BLOCK: bool = true; if PRINT_BLOCK { |
