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