]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/deploy/test/5/5.factor
Factor source files should not be executable
[factor.git] / basis / tools / deploy / test / 5 / 5.factor
1 IN: tools.deploy.test.5
2 USING: accessors urls io.encodings.ascii io.files math.parser
3 http.client kernel ;
4
5 : deploy-test-5 ( -- )
6     URL" http://apple.com" 
7     http-get 2drop ;
8
9 MAIN: deploy-test-5