Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
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 scrutinizing the Monastery: (6)
As of 2024-03-28 15:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found