/core/words/alias/alias-tests.factor
http://github.com/abeaumont/factor · Factor · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · c9db371ea20b7ba6f3b0622597b9fd91 MD5 · raw file
- USING: math eval tools.test effects ;
- IN: words.alias.tests
- ALIAS: foo +
- [ ] [ "IN: words.alias.tests CONSTANT: foo 5" eval( -- ) ] unit-test
- [ ( -- value ) ] [ \ foo stack-effect ] unit-test