Hello,
I'm looking for a function like "cin >>" in C++. Because I want to type 2 numbers in the Transcript and that these two numbers are given to my program. Does anybody know where to get a list of the (most common) smalltalk-commands and a short description of them? Thanks -- GMX DSL SOMMER-SPECIAL: Surf & Phone Flat 16.000 für nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
On Thu, Sep 30, 2010 at 5:00 AM, jon jonsen <[hidden email]> wrote: Hello, You cold use UIManager>>request: to get user input
Usual usage is UIManager default request: 'Some input prompt'
-- http://john-mckeon.us _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by noeje
On Thu, Sep 30, 2010 at 11:00:48AM +0200, jon jonsen wrote:
> Hello, > > I'm looking for a function like "cin >>" in C++. Because I want to type 2 numbers in the Transcript and that these two numbers are given to my program. > > Does anybody know where to get a list of the (most common) smalltalk-commands and a short description of them? > Hi, The "Terse Guide to Squeak" provides a handy reference: http://wiki.squeak.org/squeak/5699 _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
On Friday 01 Oct 2010 2:58:55 am David T. Lewis wrote:
> On Thu, Sep 30, 2010 at 11:00:48AM +0200, jon jonsen wrote: > > Does anybody know where to get a list of the (most common) > > smalltalk-commands and a short description of them? > > Hi, > > The "Terse Guide to Squeak" provides a handy reference: > http://wiki.squeak.org/squeak/5699 UIManager was missing. I added it now. I would vote for this to go into the image (help->terse guide) or as an external file along with the distro. Subbu _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
"K. K. Subramaniam" <[hidden email]> writes:
> On Friday 01 Oct 2010 2:58:55 am David T. Lewis wrote: >> On Thu, Sep 30, 2010 at 11:00:48AM +0200, jon jonsen wrote: >> > Does anybody know where to get a list of the (most common) >> > smalltalk-commands and a short description of them? >> >> Hi, >> >> The "Terse Guide to Squeak" provides a handy reference: >> http://wiki.squeak.org/squeak/5699 > UIManager was missing. I added it now. > > I would vote for this to go into the image (help->terse guide) or as an > external file along with the distro. +1 Enno _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by K K Subbu
On Fri, Oct 01, 2010 at 06:58:55PM +0530, K. K. Subramaniam wrote:
> On Friday 01 Oct 2010 2:58:55 am David T. Lewis wrote: > > On Thu, Sep 30, 2010 at 11:00:48AM +0200, jon jonsen wrote: > > > Does anybody know where to get a list of the (most common) > > > smalltalk-commands and a short description of them? > > > > Hi, > > > > The "Terse Guide to Squeak" provides a handy reference: > > http://wiki.squeak.org/squeak/5699 > UIManager was missing. I added it now. > > I would vote for this to go into the image (help->terse guide) or as an > external file along with the distro. I reformatted the Terse Guide so that it can be loaded into the Squeak help browser, and gave it a few updates and corrections. The result is in the Squeak developers' inbox. Dave _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
If someone is interested I have prepared a version in DocBook 5 which can be transformed to HTML or PDF.
Pascal ----- Original Nachricht ---- Von: "David T. Lewis" <[hidden email]> An: [hidden email] Datum: 26.11.2010 19:46 Betreff: Terse Guide for Squeak (was: [Newbies] How to give numbers/anything to my program?) > On Fri, Oct 01, 2010 at 06:58:55PM +0530, K. K. Subramaniam wrote: > > On Friday 01 Oct 2010 2:58:55 am David T. Lewis wrote: > > > On Thu, Sep 30, 2010 at 11:00:48AM +0200, jon jonsen wrote: > > > > Does anybody know where to get a list of the (most common) > > > > smalltalk-commands and a short description of them? > > > > > > Hi, > > > > > > The "Terse Guide to Squeak" provides a handy reference: > > > http://wiki.squeak.org/squeak/5699 > > UIManager was missing. I added it now. > > > > I would vote for this to go into the image (help->terse guide) or as an > > external file along with the distro. > > I reformatted the Terse Guide so that it can be loaded into the > Squeak help browser, and gave it a few updates and corrections. > The result is in the Squeak developers' inbox. > > Dave > > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners > Pascal Vollmer Email: [hidden email] _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Free forum by Nabble | Edit this page |