Quick actions

cmd+k|ctrl+k

Navigation

Languages

Supply reduce

Snippet info

Language

Raku

Visibility

public

Author

fernando-correa

Created

2020-04-29T07:05:18Z

Updated

2020-04-29T07:05:18Z

Supply.from-list(1.. 10).reduce(* + *).tap: &say
INFO