MethodFinderWindow.st
changeset 3772 33679accc619
parent 3771 33d35c030113
child 3773 e51451a38ba0
equal deleted inserted replaced
3771:33d35c030113 3772:33679accc619
   121 
   121 
   122 #'*'
   122 #'*'
   123 'as in GLOB patterns (i.e. like filename patterns)'
   123 'as in GLOB patterns (i.e. like filename patterns)'
   124 
   124 
   125 #answerValue
   125 #answerValue
   126 'Enter result value here.\Can be a constant like $a or ''hello'' or #(10 20 30)\or a Smalltalk expression, such as "10@20" or "Rectangle new".'
   126 'Enter the desired result value here.\Can be a constant like $a or ''hello'' or #(10 20 30)\or a Smalltalk expression, such as "10@20" or "Rectangle new".'
   127 
   127 
   128 #arg1Value
   128 #arg1Value
   129 'Enter a value for the first argument here.\Can be a constant like $a or ''hello'' or #(10 20 30)\or a Smalltalk expression, such as "10@20" or "Rectangle new".'
   129 'Enter a value for the first argument here.\Can be a constant like $a or ''hello'' or #(10 20 30)\or a Smalltalk expression, such as "10@20" or "Rectangle new".'
   130 
   130 
   131 #arg2Value
   131 #arg2Value