On 04.10.2011, at 18:41, Erlis Vidal wrote:

Can I add methods to literal blocks?

Yes.

Where do I implement those methods?

In class BlockClosure.

In case your answer is in BlockClosures, why I don't see any ifTrue: in the while implementation?

Because the compiler generates a jump byte code for whileTrue: directly. In a browser on the whileTrue: method, click the "source" button to switch to showing byte codes.

- Bert -