Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Re: Style geekcode

by Juerd (Abbot)
on Mar 25, 2002 at 17:12 UTC ( [id://154146]=note: print w/replies, xml ) Need Help??


in reply to Re: Style geekcode
in thread Style geekcode

it's a shame that I can't specify NO spaces around an operator.

You can!! Just have the operator without "<" or ">". Your code would be:

S,><.><+><**><=><&&><and>++<gt><==>
I'll add a bit of clarification to the root node

U28geW91IGNhbiBhbGwgcm90MTMgY
W5kIHBhY2soKS4gQnV0IGRvIHlvdS
ByZWNvZ25pc2UgQmFzZTY0IHdoZW4
geW91IHNlZSBpdD8gIC0tIEp1ZXJk

Replies are listed 'Best First'.
Re: Re: Re: Style geekcode
by buckaduck (Chaplain) on Mar 25, 2002 at 17:16 UTC
    In your example, how do you distinguish between these?
    ++ <gt> ++< gt>

    Update: Apparently he does it by reading the specs more carefully than I did. My bad.

    buckaduck

      In your example, how do you distinguish between these?
      ++ <gt> ++< gt>

      You don't have to. Both mean:

      • No space with ++
      • A space on both sides of comparison operators (except for ==)
      Valid ++ codes are:
      ++ <++ # These three ++> # have the <++> # same meaning
      So with "++<", the less-than sign is always part of the expression that comes after ++.

      U28geW91IGNhbiBhbGwgcm90MTMgY
      W5kIHBhY2soKS4gQnV0IGRvIHlvdS
      ByZWNvZ25pc2UgQmFzZTY0IHdoZW4
      geW91IHNlZSBpdD8gIC0tIEp1ZXJk
      

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-03-29 04:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found