MethodFinderWindow.st
changeset 3771 33d35c030113
parent 3770 3f324e812f60
child 3772 33679accc619
--- a/MethodFinderWindow.st	Tue Oct 01 09:49:54 2019 +0200
+++ b/MethodFinderWindow.st	Tue Oct 01 09:54:00 2019 +0200
@@ -123,10 +123,10 @@
 'as in GLOB patterns (i.e. like filename patterns)'
 
 #answerValue
-'Enter result value here.\Can be a constant (like ''hello'')\or a Smalltalk expression, such as "Rectangle basicNew".'
+'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".'
 
 #arg1Value
-'Enter a value for the first argument here.\Can be a constant or a Smalltalk expression.'
+'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".'
 
 #arg2Value
 'Enter a value for the second argument here.\Can be a constant or a Smalltalk expression.'