View · Search · Index
No registered users in community xowiki
in last 10 minutes

Re: [Xotcl] proper way to access xotcl classes

From: Matthew Smith <chedderslam_at_gmail.com>
Date: Wed, 7 May 2008 15:48:56 -0500

Thank you, Gustaf. Makes sense.

Is there anyway to call a method besides doing a "puts".

Putting in:
  s1 push a
results in an error, however I can do:
puts [s1 pop]

I would think that there would be a way to call a method without
outputiing. Is there one?