! Copyright (C) 2010 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: accessors io.streams.c math.parser system ; IN: tools.deploy.test.18 : main ( -- ) image-path show ; MAIN: main