Playing with using actors for IF.
[actors.git] / testing_counter.scm
index 0b25876..4ac1b79 100644 (file)
@@ -1,6 +1,6 @@
 (import actors)
 
-(define trace-enabled #t)
+(enable-trace)
 
 (define ((make-counter-behaviour value) self customer . args)
   (match args