Go back to README.
A random list of examples coded in stackscript. This is neither complete nor bug free, but may provide some insight.
To run a file, execute from_file.py, inputting the correct file name.
- breakreturncontinue.st A random assortment of breaks returns and continues
- fileinteract.st Reading, writing and appending to files
- splitstr.st An implementation of splitting a str by token. Use
types :split
in code - power.st Interactive power calculator
- rule30.st Implementation of rule 30.
- game.st ✨Adventurica✨ game