block depth: ... ifNotNil: [p currentScope ?depth? + 1]).

Paul Dufresne dufrp at hotmail.com
Fri May 30 19:03:20 PDT 2003


In parser.slate,  parseBlock:
block depth: (p currentScope ifNil: [0] ifNotNil: [p currentScope + 1]).
I think, it should be:
block depth: (p currentScope ifNil: [0] ifNotNil: [p currentScope depth + 
1]).
Please Lee, take a look!

_________________________________________________________________
MSN Search, le moteur de recherche qui pense comme vous !  
http://fr.ca.search.msn.com/




More information about the Slate mailing list