X-Git-Url: https://www.artulab.com/gitweb/?p=guile-orca;a=blobdiff_plain;f=examples%2Frpc-stream-map-sum.scm;h=6e33ec9362d6d41bce45220497c8f60971904455;hp=14ee84fba004cfbdabb9b3aad6b2c7fae3cb5a4d;hb=d193afdd1139c8245b05c0e39ffcf159149c681f;hpb=9511a3fd925729513a12ad5fdacecee639326dfe diff --git a/examples/rpc-stream-map-sum.scm b/examples/rpc-stream-map-sum.scm index 14ee84f..6e33ec9 100755 --- a/examples/rpc-stream-map-sum.scm +++ b/examples/rpc-stream-map-sum.scm @@ -20,6 +20,8 @@ (define counter 0) (define (sum-all return a b) + (format #t "a: ~a b: ~a~%" a b) + (set! counter (1+ counter)) (if (> counter 4) (return)