Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/astares/pharo-suffixconditionals

Port of the Suffix conditionals for Pharo
https://github.com/astares/pharo-suffixconditionals

pharo

Last synced: 7 days ago
JSON representation

Port of the Suffix conditionals for Pharo

Awesome Lists containing this project

README

        

# 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