Quick actions

cmd+k|ctrl+k

Navigation

Languages

Junction

Snippet info

Language

Raku

Visibility

public

Author

fernando-correa

Created

2022-08-18T21:57:18.92803Z

Updated

2022-08-18T21:57:18.92803Z

my @scores = 7.3, 8.9, 10.0, 9.1;
say "You've passed all the exams"
   if @scores.all >= 7
INFO