4 lines
76 B
Raku
4 lines
76 B
Raku
|
|
repeat until my $answer ~~ 42 {
|
||
|
|
$answer = prompt "Gimme an answer: ";
|
||
|
|
}
|