Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

$A++

by BooK (Curate)
on Aug 24, 2000 at 16:24 UTC ( [id://29401]=obfuscated: print w/replies, xml ) Need Help??

This code has the side effect of incrementing $A. It also increments /A on its PostScript side, though /A is defined to avoid PostScript undefined error.

/${1}def/#{def}def/;{/A}def/++{add}def/A 0 def ; $ A ++ # % Did you know my printer counted?
There are more than fifty ways to obfuscate $A++ documented at Paris.pm. Have a look!

Replies are listed 'Best First'.
RE: $A++
by stefp (Vicar) on Sep 13, 2000 at 00:54 UTC
    My turn to show off. Following the bilingual trend set by BooK I did a Perl/Lisp and a Perl/Forth $A++.

    It is important not to be the man of only one language. :)

    Lisp:

    ; q (setq A (if (boundp 'A) (+ 1 A) 1) ) ; $A++;
    Forth:
    ( # ) VARIABLE A 0 A ! : $A++; A @ 1+ A ! ; : :-) ; : ); :-) ; ); $A++;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2025-06-22 11:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.