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