diff options
Diffstat (limited to 'cpp/counters.mu')
-rw-r--r-- | cpp/counters.mu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/counters.mu b/cpp/counters.mu index c3234d38..8cc9a437 100644 --- a/cpp/counters.mu +++ b/cpp/counters.mu @@ -23,9 +23,9 @@ recipe main [ bres:integer <- increment-counter b:address:space, 2:literal ares:integer <- increment-counter a:address:space, 1:literal # check results - $print [Contents of counters a ] + $print [Contents of counters a: ] $print ares:integer - $print [ b ] + $print [ b: ] $print bres:integer $print [ ] |