Pharo-SuffixConditionals

Description

Port of the Suffix conditionals for Pharo

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Created
April 3, 2020
Updated
April 19, 2020
Topics
pharo

Categories

System / OS

README excerpt

# 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
← Back to results