While I was writing test code for my first toy language I particularly noticed the lack of interesting data structures: it write interesting loops you can do a lot more if you can build data structures while doing it. So my second toy will have some basic data structures. The first step to this is knowing how to declare variables, or local bindings. Then I'll have something to attach types of data structures too. So this instalment is about local variables and their scope.