ExternalFunctionCallback.st
changeset 22547 9f6dcf5af82b
parent 22546 4f467704d94e
child 22548 b21c9fcf892d
--- a/ExternalFunctionCallback.st	Mon Feb 19 14:54:57 2018 +0100
+++ b/ExternalFunctionCallback.st	Mon Feb 19 14:59:40 2018 +0100
@@ -299,7 +299,8 @@
     cb beCallTypeWINAPI.
     cb generateClosure.
     cb action:[:args | Transcript showCR:args. true].
-    cb code.  'can be passed to C'.
+    cb code.  'address can be passed to C'.
+    Transcript showCR:cb code.
 
     ExternalFunctionCallback testCall:cb withArgument:123.