Silly question, but what happens to your newProcess if you don't resume it?
[Beeper primitiveBeep] newProcess. won't beep... But: [Beeper primitiveBeep] newProcess resume. will... If you did resume then - What is OCClosureCompiler? - Does it generate an exception? - Did you try with a regular Compiler? With a regular Compiler I clearly here the buzzer. Nicolas 2012/1/17 Stéphane Ducasse <[email protected]>: > > Thanks guys > now what is really strange to me is that whe the code does not contain error > to make it compile I have to wrap it with on:do: > Any idea? > > >> and if I wrap the execution with a on: error do: >> I get >> Start33 in the file >> >> >> OCClosureCompiler >> >> >> if I remove the on:do: >> I do not get anything no beep. > >
