4 lines
89 B
Raku
4 lines
89 B
Raku
constant $pi = 3.14159;
|
|
constant $msg = "Hello World";
|
|
|
|
constant @arr = (1, 2, 3, 4, 5);
|