On 09/13/2018 12:10 PM, Parrot Raiser wrote:
https://docs.perl6.org/language/terms#Identifier_terms
On 9/13/18, ToddAndMargo <toddandma...@zoho.com> wrote:
On 09/12/2018 07:14 AM, Parrot Raiser wrote:
Built-in constants:
pi, tau, e, i
Do you know where I can find the list ?
https://duckduckgo.com/?q=perl6+built+in+constants&t=ffab&ia=web
is no help
Thank you!
What ??? What ??? No Universal Constant? Next I will
find that there is no Gravitational Constant either!
Kids these days!
:-)
$ p6 'constant c=299792458; say c ~" metres per second";'
299792458 metres per second
Hmmmmm. Now I am wondering how to format the
commas into the say.