7 lines
121 B
Raku
7 lines
121 B
Raku
# Standard notations:
|
|
.5;
|
|
0.5;
|
|
1.23345e10;
|
|
1.23445e-10;
|
|
# The numbers can be grouped:
|
|
100_000_000; # equals to 100000000
|