-
@fwoaroof hmm havent gotten that far, but do you mean closures? closures dont tend to compile into different bodies for different environments but instead usually take their environment in as a hidden parameter (or via
thiswhen implemented as instance methods like in C#).