aboutsummaryrefslogtreecommitdiff
path: root/examples/working-compiler/scope.test
AgeCommit message (Collapse)Author
2013-01-23Thinner scope handling when necessaryDrahflow
Functions without own scope don't unneccesary save the current scope. This makes < > possible. Also: dearray implemented