foodweb()
cannot differentiate identically-named functions and variables
#2
Labels
foodweb()
cannot differentiate identically-named functions and variables
#2
If a variable in a function has the same name as another function, a link will be erroneously created.
We need to differentiate between the symbol
f1
and the callf1()
.The text was updated successfully, but these errors were encountered: