Linked Questions
77 questions linked to/from What is a lambda (function)?
0 votes
0 answers
32 views
What's the exact difference between lambda and normal function? [duplicate]
Previously, I learned lambda as shorten way to make instance of function(I learned from C# book), but when I used lambda with Vue.js, I encountered a problem. This works well: mounted: function(){ (.....
0 votes
0 answers
28 views
Clear text from entry widget does not work [duplicate]
I'm trying to delete the text from an entry widget but it's doesn't work... How can i fix it please? I separated the frames: frame0 --> label and entry frame1 --> buttons it's somehow impact on ...