There is only one feature request so far, and this is file i/o. In the review (i really thank you for that) and in emails people sent to me, no one asked for other features, so i assume that no one wants more features.
To satisfy the file i/o request, i added the statement SYSTEM in version 0.8.0 for filtering through external commands. This enables to execute external commands, read files and write files, and even communicate with the Internet. I thought that this was the only minimal way how to solve it in the way proper for Tiny BASIC.
To use the SYSTEM statement, one has to somewhat learn the shell commands or the console commands, and these are not the same in Linux and Windows. In Windows, one may consider installing GnuWin32 to get the Linux shell commands and utilities, as the console commands in Windows are too limited.
Have fun.
tkorrovi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is only one feature request so far, and this is file i/o. In the review (i really thank you for that) and in emails people sent to me, no one asked for other features, so i assume that no one wants more features.
To satisfy the file i/o request, i added the statement SYSTEM in version 0.8.0 for filtering through external commands. This enables to execute external commands, read files and write files, and even communicate with the Internet. I thought that this was the only minimal way how to solve it in the way proper for Tiny BASIC.
To use the SYSTEM statement, one has to somewhat learn the shell commands or the console commands, and these are not the same in Linux and Windows. In Windows, one may consider installing GnuWin32 to get the Linux shell commands and utilities, as the console commands in Windows are too limited.
Have fun.
tkorrovi