Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix example (supply changes)
Otherwise I get this error: Cannot directly create a Supply. You might want: - To use a Supplier in order to get a live supply - To use Supply.on-demand to create an on-demand supply - To create a Supply using a supply block in sub MAIN at chat.pl6 line 10 in block <unit> at chat.pl6 line 6 I don't know if that's the best way to do it, but at least it works.
- Loading branch information