@@ -1916,7 +1916,7 @@ statement in a routine or type, it marks that routine or type as a stub
1916
1916
(which is significant in the context of pre-declaring types and composing
1917
1917
roles).
1918
1918
1919
- If the C < ... > statement is executed, it calls L < & fail> , with the default
1919
+ If the C < ... > statement is executed, it calls L < fail|/routine/ fail> , with the default
1920
1920
message C < stub code executed > .
1921
1921
1922
1922
= head2 listop C « !!! »
@@ -1928,7 +1928,7 @@ statement in a routine or type, it marks that routine or type as a stub
1928
1928
(which is significant in the context of pre-declaring types and composing
1929
1929
roles).
1930
1930
1931
- If the C < !!! > statement is executed, it calls L < & die> , with the default
1931
+ If the C < !!! > statement is executed, it calls L < die|/routine/ die> , with the default
1932
1932
message C < stub code executed > .
1933
1933
1934
1934
= head2 listop C « ??? »
@@ -1940,7 +1940,7 @@ statement in a routine or type, it marks that routine or type as a stub
1940
1940
(which is significant in the context of pre-declaring types and composing
1941
1941
roles).
1942
1942
1943
- If the C < ??? > statement is executed, it calls L < & warn> , with the default
1943
+ If the C < ??? > statement is executed, it calls L < warn|/routine/ warn> , with the default
1944
1944
message C < stub code executed > .
1945
1945
1946
1946
= head2 Reduction operators
0 commit comments