]> gitweb.factorcode.org Git - factor.git/blob - core/words/alias/alias-tests.factor
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical...
[factor.git] / core / words / alias / alias-tests.factor
1 USING: math eval tools.test effects ;
2 IN: words.alias.tests
3
4 ALIAS: foo +
5 [ ] [ "IN: words.alias.tests CONSTANT: foo 5" eval( -- ) ] unit-test
6 [ ( -- value ) ] [ \ foo stack-effect ] unit-test