stack
-Pat
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Robert Douglass
Sent: Thursday, October 16, 2003 12:57 PM
To: [EMAIL PROTECTED]
Subject: RE: [OS-webwork] Understanding Iterators
I can ask the same question again with a code example that is perhaps
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Robert Douglass
Sent: Thursday, October 16, 2003 12:57 PM
To: [EMAIL PROTECTED]
Subject: RE: [OS-webwork] Understanding Iterators
I can ask the same question again with a code example that is perhaps a
little easier to understan
I can ask the same question again with a code example that is perhaps a
little easier to understand quickly. The code that follows attempts to
append one list to another. I'd like to know exactly what kind of Object I'm
getting here [apple1, [EMAIL PROTECTED], and how might I achieve the
desired re
Trying to wrap my brain around interators, value stack, etc. The code listed
below outputs the following:
my.class.Name
true
---
hi
bye
[my.class.Name, my.action.class.Name]
when I expected something like:
my.class.Name
tr