lazy list

Run Settings
LanguageRaku
Language Version
Run Command
use v6; my Rat constant @randList = lazy (loop { rand }); my Int constant @randIntList = lazy gather for @randList { take ($_ * 1).round(1) }; .say for @randIntList[^100];
Editor Settings
Theme
Key bindings
Full width
Lines