Skip to content
Brian Marick edited this page May 23, 2017 · 1 revision

The only change (besides deleting now-dead code) is to convert the button from this:

    [ button [Event.onClick Negate]
             [text "Negate"]

... to this:

    [ button [Event.onClick (HandleRandomValue 11111)]
             [text "Add"]