Trying to understand free-identifier=? and bound-identifier=?. Can anyone give me equivalent code examples where using free-identifier=? would return true and using bound-identifier=? would return false.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s an example:
The
xintroduced bygohas a mark from that expansion step on it, but thexincompare-with-xdoesn’t, sobound-identifier=?considers them different.Here’s another example:
Here
go2also introduces anxwith a mark, whereas thexgiven togo2as an argument does not have a mark. Same story.