syndicate-2017/_includes/frontpage_javascript_exampl...

144 B

actor {
  forever {
    on asserted account($balance) {
      console.log("Balance:",
                  balance);
    }
  }
}