diff -r 023f2d14b83d -r ad7e7794f729 Breakpoint.st --- a/Breakpoint.st Tue Feb 25 13:47:30 2020 +0100 +++ b/Breakpoint.st Wed Feb 26 14:49:26 2020 +0100 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 2006 by eXept Software AG All Rights Reserved @@ -103,8 +105,12 @@ line := lineArg. ! -method:something - method := something. +method + ^ method +! + +method:aMethod + method := aMethod. ! position