4 lines
50 B
Raku
4 lines
50 B
Raku
|
|
if won() -> $prize {
|
||
|
|
say "You won $prize.";
|
||
|
|
}
|