4 lines
39 B
Raku
4 lines
39 B
Raku
|
|
given 3 {
|
||
|
|
.say for $_**2, .sqrt;
|
||
|
|
}
|