ers to even the most basic questions about
> Squeak.
> Subject: Re: [Newbies] hi
>
> So uh... what kinda stuff are you into. Do you like parsing things? I
enjoy
> parsing. Among other things. And some friends have put me onto some
> fantastic tea.
>
> Hi? Are you a robot? I
So uh... what kinda stuff are you into. Do you like parsing things? I enjoy
parsing. Among other things. And some friends have put me onto some fantastic
tea.
Hi? Are you a robot? It's okay if you are, I definitely won't judge you for it.
Your pal,
Casey
> On Oct 30, 2014, at 10:51 AM, Hans
In some places, weirdly enough, it's considered rude not to say "hello" when
passing through. At first I thought I'd ignore the message. Then I thought
about translating it (as someone else has done [|x| x:=100]) and then I thought
about the implications of all that and just decided to say hello
> From: Herbert König
> Just think of your reply. He won't bother to read the mailing list. :-))
>
I thought the same thing but figured, this is a friendly group that
encourages people to write in with newbie questions. Someone else might
read it and say, "Hey cool group".
:)
Ron
>
> Cheer
Just think of your reply. He won't bother to read the mailing list. :-))
Cheers
Herbert
Am 31.10.2014 um 11:38 schrieb Casey Ransberger:
Hi Hans. Hello world:)
On Oct 30, 2014, at 10:51 AM, Hans Schueren wrote:
hi fellows.
Let x = 100
___
Begin
Hi Hans. Hello world:)
> On Oct 30, 2014, at 10:51 AM, Hans Schueren wrote:
>
> hi fellows.
>
> Let x = 100
> ___
> Beginners mailing list
> Beginners@lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
__
Hans,
Here's a complete program which will print the numbers from 1 to 10 on the
console (each on its own line):
| index |
index := 0.
[index < 10]
whileTrue:
[index := index + 1.
Transcript
show: index printString;
cr]
On Thu, Oct 30, 2014 at 4:58 P
Hi Hans,
|x|
x := 100.
|x| defines a temp x. | x y | defines both x and y as temps.
The assignment operator is :=
If you use = or == you are asking for a comparison of x and 100.
All the best,
Ron Teitelbaum
> -Original Message-
> From: beginners-boun...@lists.squeakfoundation.org
I forgot it, but I sent it at once with another mail, but it was too big
(over 100kb) so it waits for mod allowance. Ill try to get it on some
rapidshare or something later, but now I go to school.
>
> Hi Filip.
>
> I don't see the screenshot attached to your email. Did you forget it, or is
> GMai
On Mon, Nov 24, 2008 at 2:10 AM, Filip Malczak <[EMAIL PROTECTED]> wrote:
> Hi, Im Filip, and Im new at squeak. Ive read 'Squeak by example', and now I
> try to make my first program. Ive already written in Pascal and a bit
> (really small bit) of C. Im from Poland, so my english can by not realy
--- Alexandre Jasmin <[EMAIL PROTECTED]> wrote:
> especially during the week. Are there any
> Smalltalkers in Montreal?
Yes there are... But it's an endangered species here
unfortunately...
:)
-
Benoit St-Jean
Yahoo! Messenger: bstjean
A standpoint is an intellectual horizon of r
Hello Alexandre,
welcome here!
AJ> One of the few projects I have been working on is a VM port for the
AJ> Nintendo DS. (A small [PDA like] video game console)
Not really beginnerish :-)) There are also the squeak-dev and squeak-vm
mailing lists.
AJ> Unfortunatly I'm still having a few issues w
Hi José,
> find à list diff in french about squeak ?
http://community.ofset.org/wiki/La_liste_francophone_Squeak-fr
Guy Veyssiere
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginn
13 matches
Mail list logo