]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tools/deploy/test/2/2.factor
Fixing everything for mandatory stack effects
[factor.git] / extra / tools / deploy / test / 2 / 2.factor
index e029e3050a9c590c9a2cd65da2138d63e7adf93f..afd83f510e5c77a1b7fa118e5038fc78a291b4f1 100755 (executable)
@@ -1,6 +1,6 @@
 IN: tools.deploy.test.2\r
 USING: calendar calendar.format ;\r
 \r
-: deploy-test-2 now (timestamp>string) ;\r
+: deploy-test-2 ( -- ) now (timestamp>string) ;\r
 \r
 MAIN: deploy-test-2\r