Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^7: Unicode infinity

by Anonymous Monk
on Jul 02, 2024 at 14:26 UTC ( [id://11160315]=note: print w/replies, xml ) Need Help??


in reply to Re^6: Unicode infinity
in thread Unicode infinity

√π looks cool but I know perl needs space √ π or parens √(π).

Replies are listed 'Best First'.
Re^8: Unicode infinity
by ikegami (Patriarch) on Jul 02, 2024 at 19:38 UTC

    Nope, don't need spaces between symbols and identifiers.

    For example,

    1 + length - inf ! f() g( $z )

    can be written as

    1 +length -inf !f() g( $z)

    etc

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11160315]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-09-07 17:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.