Skip to content

Commit c052c47

Browse files
committed
Remove last references to zavolaj
Closes #828
1 parent e8482f8 commit c052c47

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

doc/Language/nativecall.pod6

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,15 @@ Prepare your system along these lines before trying out the examples:
575575
576576
=head2 Microsoft Windows
577577
578-
The win32-api-call.p6 script shows an example Windows API call done from Perl 6.
579-
See L<https://github.com/jnthn/zavolaj/tree/master/examples>
578+
Here is an example of a Windows API call:
579+
580+
use NativeCall;
581+
582+
sub MessageBoxA(int32, Str, Str, int32)
583+
returns int32
584+
is native('user32')
585+
{ * }
586+
587+
MessageBoxA(0, "We have NativeCall", "oh lol", 64);
580588
581589
=end pod

xt/words.pws

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,5 @@ yoleaux
12411241
yolo
12421242
yot
12431243
yyyy
1244-
zavolaj
12451244
zef
12461245
zwj

0 commit comments

Comments
 (0)