We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60e707 commit 415c901Copy full SHA for 415c901
doc/Language/nativecall.pod6
@@ -696,7 +696,7 @@ You can also put an incomplete path like './foo' and NativeCall will automatical
696
the right extension according to the platform specification. If you wish to suppress this expansion, simply pass the string as the body of a block.
697
698
=begin code
699
-sub bar is native({ LIBFOO }) {*}
+sub bar is native({ './lib/Non Standard Naming Scheme' }) {*}
700
=end code
701
702
BE CAREFUL: the C<native> trait and C<constant> are evaluated at compile time. Don't write a constant
0 commit comments