old-design-docs icon indicating copy to clipboard operation
old-design-docs copied to clipboard

assuming explained by using substr has outdated signature

Open bbkr opened this issue 13 years ago • 0 comments

Documentation of assuming use substr with named params in example.

&textfrom := &substr.assuming(str=>$text, len=>Inf);

However current substr signature accepts only positional params

Expected: :(Cool $s, $pos, $chars?)

bbkr avatar Jul 29 '12 20:07 bbkr