help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Listing the variable names defined in a workspace or RE


From: ZuLuuuuuu
Subject: [Help-smalltalk] Listing the variable names defined in a workspace or REPL session
Date: Fri, 4 Mar 2011 10:54:32 -0800 (PST)

Hello,

How can one list the variable names defined in a workspace or in a REPL
session?

For example, after executing these commands on terminal:

 $ gst
 GNU Smalltalk ready

 st> foo := 2
 2
 st> bar := 3
 3

I want to get the variable names 'foo' and 'bar' in a collection or
something.

A second question, are there any resources I can learn about such reflecting
capabilities of Smalltalk?

-----
Canol Gökel
--
View this message in context: 
http://forum.world.st/Listing-the-variable-names-defined-in-a-workspace-or-REPL-session-tp3335782p3335782.html
Sent from the Gnu mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]