chained function application giving strange results #839
Labels
bug
Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
comp: sclang
sclang C++ implementation (primitives, etc.). for changes to class lib use "comp: class library"
When using a lot of nested function application sclang starts giving strange results when a variable is declared in one of the first blocks and then it is used further down the chain.
Example:
should print 'abc is this' but prints 'abc is 2'. With FPLib I manage to get even stranger results:
The text was updated successfully, but these errors were encountered: