Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

RE: $A++

by stefp (Vicar)
on Sep 13, 2000 at 00:54 UTC ( [id://32190]=note: print w/replies, xml ) Need Help??


in reply to $A++

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: note [id://32190]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-09-13 06:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (17 votes). Check out past polls.

    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.