Quick actions

cmd+k|ctrl+k

Navigation

Languages

Powers of two

Snippet info

Language

Raku

Visibility

public

Author

rightfold

Created

2016-09-03T22:22:57Z

Updated

2016-09-05T08:49:50Z

say (1 xx * Z+< 0 .. *).head(100);
say (1, 2, 4 ... *).head(100);
INFO