MethodFinderWindow.st
changeset 3771 33d35c030113
parent 3770 3f324e812f60
child 3772 33679accc619
equal deleted inserted replaced
3770:3f324e812f60 3771:33d35c030113
   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 ''hello'')\or a Smalltalk expression, such as "Rectangle basicNew".'
   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".'
   127 
   127 
   128 #arg1Value
   128 #arg1Value
   129 'Enter a value for the first argument here.\Can be a constant or a Smalltalk expression.'
   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
   132 'Enter a value for the second argument here.\Can be a constant or a Smalltalk expression.'
   132 'Enter a value for the second argument here.\Can be a constant or a Smalltalk expression.'
   133 
   133 
   134 #arg3Value
   134 #arg3Value