-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugIssue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-AnsweredThe question is answered.The question is answered.
Description
hi guys !!
PS> 1.000.000.000
PS> # NOT RETURN ANYTHGING
PS> perl6 -e 'say 1_000_000_000'
1000000000
PS> @'
>> fn main() {
>> let s = 1_000_000_000;
>> println!("{}",s);
>> }
>> '@ > ./num.rs
PS> rustc .\num.rs
PS> ./num.exe
1000000000
in this example i compared between rust, raku and PS....like you see rust and raku use "_" underscore to separate betwwen number and its much clean...but in PS with "." dot it not return anything.
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugIssue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-AnsweredThe question is answered.The question is answered.