Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Re: TIMTOWTDI -- so long as it's not my way

by t'mo (Pilgrim)
on Jan 17, 2001 at 01:13 UTC ( [id://52356]=note: print w/replies, xml ) Need Help??


in reply to Re: TIMTOWTDI -- so long as it's not my way
in thread TIMTOWTDI -- so long as it's not my way

(Since your question leads us off the Perl path anyway...) Smalltalk does, but with different syntax. For example, take the following Array of Strings:

| temp | temp := #('one' 'two' 'three'). Transcript show: (temp at: 1).

The line Transcript show: (temp at: 1). will print the string "one".

My training was with C++/C, and on the new job, we get to use Smalltalk. So I've been having the opposite problem that you've been having. :-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-03-28 22:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found