From 96521e67cef4db836f00dc22a2a783cc690f155d Mon Sep 17 00:00:00 2001 From: Aleks-Daniel Jakimenko-Aleksejev Date: Sat, 2 Sep 2017 07:11:07 +0300 Subject: [PATCH] Show example output --- doc/Type/Proc/Async.pod6 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/Type/Proc/Async.pod6 b/doc/Type/Proc/Async.pod6 index 3f981afd2..ad7cc5374 100644 --- a/doc/Type/Proc/Async.pod6 +++ b/doc/Type/Proc/Async.pod6 @@ -57,6 +57,19 @@ standard output and error handles, and optionally write to its standard input. say ‘Program finished’; +Example above produces the following output: +=begin code :skip-test +line: me +line: ♡ +line: Camelia +line: and +line: Camelia +line: ♥ +line: I +Proc finished +Program finished +=end code + Alternatively, you can use C without using a L block: