Port of the Suffix conditionals for Pharo
# Pharo-SuffixConditionals Port of the Suffix conditionals for Pharo see - [http://forum.world.st/ANN-SuffixConditionals-td4755785.html](http://forum.world.st/ANN-SuffixConditionals-td4755785.html) - [https://github.com/randycoulman/SuffixConditionals](https://github.com/randycoulman/SuffixConditionals) (VisualWorks version) ## Quick Start ```Smalltalk Metacello new baseline:'SuffixConditionals'; repository: 'github://astares/Pharo-SuffixConditionals:master/src'; load ``` Then check the tests to see how you can use the - #unless: - #if: - #if:else: methods