How to give numbers/anything to my program?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

How to give numbers/anything to my program?

noeje
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
Reply | Threaded
Open this post in threaded view
|

Re: How to give numbers/anything to my program?

John McKeon


On Thu, Sep 30, 2010 at 5:00 AM, jon jonsen <[hidden email]> 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.
 
You cold use UIManager>>request: to get user input
Usual usage is UIManager default request: 'Some input prompt'
 

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



--
http://john-mckeon.us

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: How to give numbers/anything to my program?

David T. Lewis
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
Reply | Threaded
Open this post in threaded view
|

Re: How to give numbers/anything to my program?

K K Subbu
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
Reply | Threaded
Open this post in threaded view
|

Re: How to give numbers/anything to my program?

Enrico Schwass-2
"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
Reply | Threaded
Open this post in threaded view
|

Terse Guide for Squeak (was: [Newbies] How to give numbers/anything to my program?)

David T. Lewis
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
Reply | Threaded
Open this post in threaded view
|

Aw: Terse Guide for Squeak (was: [Newbies] How to give numbers/anything to my program?)

pascal.vollmer
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