1 2 3 4 5 6 7 8 9 10 11 12 13 14
-- string current: some value -- ftd.text: Start... if: $current == some value -- ftd.text: $current -- ftd.text: change message $on-click$: $current = hello world -- string msg: good bye -- ftd.text: change message again $on-click$: $current = $msg