RE: [Newbies] Login procedure

2006-06-06 Thread Ron Teitelbaum
The problem with not testing my code: Enginestart start the engine [self fuel notEmpty] whileTrue: [ movement := self fuel burnFuelWith: self spark ]. self transmission addMovement: movement Doesn't move until the gas runs out! :) So how about:

[Newbies] self executable with squeak

2006-06-06 Thread Benjamin SALLAS
hello, I apologize if this question has already been posted, but i did not find it. i wanted to know if it is possible to make a self executable file with a squeak package or more packages. Just so that someone can use it without using squeak or even without having it. I heard about stripers