On Monday, 20 November 2023 at 08:47:34 UTC, Antonio wrote:
- What is the way to do ```writeln``` work with ```Counter``` function the same way it works with ```next``` function?
`writeln(&Counter)` should do it.
On Monday, 20 November 2023 at 08:47:34 UTC, Antonio wrote:
- What is the way to do ```writeln``` work with ```Counter``` function the same way it works with ```next``` function?
`writeln(&Counter)` should do it.