No registered users in community xotcl-mailing-list
in last 10 minutes
in last 10 minutes
Re: [Xotcl] proper way to access xotcl classes
- This message: [ Message body ] [ More options (top, bottom) ]
- Related messages: [ Next message ] [ Previous message ] [ In reply to ] [ Next in thread ]
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: Matthew Smith <chedderslam_at_gmail.com>
Date: Thu, 8 May 2008 11:17:07 -0500
Date: Thu, 8 May 2008 11:17:07 -0500
That got it. Thank you.
On Thu, May 8, 2008 at 11:14 AM, Vasiljevic Zoran <zv_at_archiware.com> wrote:
>
> On 08.05.2008, at 18:02, Matthew Smith wrote:
>
> set s1 [Stack new]
>>
>> s1 push a
>> s1 push b
>>
>> set x [s1 pop]
>> puts "The popped value is $x"
>>
>
> Try this:
>
> Stack s1
>
>
> s1 push a
> s1 push b
>
> set x [s1 pop]
> puts "The popped value is $x"
>
>
Received on Thu May 08 2008 - 18:16:53 CEST
This archive was generated by hypermail 2.2.0 : Thu Nov 06 2008 - 11:10:48 CET