diff -r 8da796db7f95 -r 0470a5e6e712 PPContext.st --- a/PPContext.st Sat Nov 01 00:34:30 2014 +0000 +++ b/PPContext.st Mon Nov 03 09:10:56 2014 +0000 @@ -17,6 +17,8 @@ yourself ! ! + + !PPContext methodsFor:'accessing-globals'! globalAt: aKey @@ -219,6 +221,10 @@ ^ stream contents ! +isEndOfLine + ^ stream isEndOfLine +! + isStartOfLine ^ stream isStartOfLine !