You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Max` returns the last value that `Range` would return or `Nil`.
366
366
367
-
######################################################################### # # Get is unimplemented under Raku. It is largely unnecessary, mostly # syntactic sugar to lump individual method calls together. # # ####################################################################### # =item `Get`
# `Get` returns one or more scalar values. You pass in a list of the # names of the values you want returned. Each name must match one of the # following regexes:
# The 1 or 2 after a name says which sequence you want the information # for (and where allowed, it is required). The optional number before # "min" or "max" is the base to use. So the following equalities hold:
0 commit comments