Introduce a `self` keyword, which always resolves to the current block: ```conflow server { private_ip = "10.0.1.2" hostname = "web-1 hostname_uppercase := str_upper(self.hostname) } ``` Alternative names: `this`, `current`