1x := one 2x += two $(x) 3$(info $(x)) 4 5# TODO: shouldn't crash. 6#y = one 7#y += two $(y) 8#$(info $(y))