method yada
1 | class Routine |
1.1 | (Routine) method yada |
Documentation for method yada
assembled from the following types:
class Routine
From Routine
(Routine) method yada
method yada(Routine: --> Bool)
Returns True
if the routine is a stub
say (sub f() ).yada; # OUTPUT: «True»say (sub g() ).yada; # OUTPUT: «False»