Run Zenith
! score = 0 @ blueBtn | bg=#2d7dff color=white #app:con #title:h1 | text="Zenith Demo" #scoreLabel:h2 | text="Score: 0" #clickBtn:btn .blueBtn | text="Click Me" ? click -> score = score + 1 #scoreLabel.text -> "Score: " + score