! Copyright (C) 2010 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: accessors furnace.actions http.server.responses webapps.mason.backend math.parser ; IN: webapps.mason.counter : ( -- action ) [ [ counter-value number>string ] with-mason-db ] >>display ;