!7 module Celebrate > DynPrintLog { Int num; start { bool hadNum = num != null; if (setField(num := numberOfComputers())) { infoBoxForever(n2(num, "computer") + "!!!"); applause(); } } }