smallbasic / SmallBASIC

SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes. SmallBASIC includes trigonometric, matrices and algebra functions, a built in IDE, a powerful string library, system, sound, and graphic commands along with structured programming syntax
https://smallbasic.github.io
GNU General Public License v3.0
209 stars 37 forks source link

Language reference duplicated item? #157

Open shlwapi opened 2 years ago

shlwapi commented 2 years ago

https://smallbasic.github.io/reference/807.html vs https://smallbasic.github.io/reference/815.html?

chrisws commented 2 years ago

Thanks. This must have occurred because there are PROC and FUNC versions of ENV but it's basically the same thing. I'll merge the two articles.