devicefuture / atto

The new BASIC computer that runs in your browser!
https://atto.devicefuture.org
MIT License
47 stars 8 forks source link

Add more functions, and document them #35

Closed James-Livesey closed 2 years ago

James-Livesey commented 2 years ago

Some functions that need adding:

min(a, b)
max(a, b)
repeat$(str$, a)
find(x, a) # x is string or list, -1 means not found

These are functions that already exist in other programming languages, and they could be very useful in atto.