QLogo icon indicating copy to clipboard operation
QLogo copied to clipboard

"You don't say what to do with..." should include procedure name.

Open jasonsikes opened this issue 4 years ago • 1 comments

to f1
repeat 5[if repcount = 3 [2*2]]
end
f1

Error message should be:

You don't say what to do with 4  in f1
[repeat 5 [if repcount = 3 [2*2]]]

jasonsikes avatar Aug 02 '20 07:08 jasonsikes

This also happens with much simpler functions

to f1
2*2
end
f1
You don't say what to do with 4

jasonsikes avatar Aug 11 '22 03:08 jasonsikes