A small esolang built in Go, where each time you use a goto statement, the flow of the program inverts.
In this repository there are multiple example ~++ programs:
- hello world,
- forRange10 (counts down from 10),
- 2 fibonacci sequence variants (with/without code commments)
To use ~++, build this Go project and run the exe, then follow the instructions to view documentation or run .tplpl files