A very simple "Hello World" printing device using dynamic labels and variables. The buttons accept interactive GUI input and write into variables, which in my implementation is buttonOne and buttonTwo respectively.
The label takes the input:
buttonOne=1 ? "Hello" : ""
buttonTwo=1 ? "World" : ""
The buttons are set to toggleable behavior mode, so the words "Hello" and "World" can be toggled on and off.