atto
atto copied to clipboard
The new BASIC computer that runs in your browser!
Like other implementations of BASIC, the length argument to `mid$` should be optional to get the rest of a string from the starting index, just like [`substring` in JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substring). Example...
For some reason I can't do arithmetic operations with array elements. (`Type conversion error`) Example: `dim array:push 1,array:print array:print array[0]+1`
There's only two courses in the help guide so far. It would be great to have more courses on some of the other aspects of atto, too! One example of...
This adds the `getkey` command that opens the door to games! I was surprised this isn't already built-in (although I did find the undocumented `key` variable). Accompanying `getkey` is `readkey`,...
when part of a variable includes a reserved word it breaks: 10 cls 20 radius=10 30 print radius run Unexpected `=` at line 20 Ready
When using atto on iPad it doesn’t interpret key presses properly, when you press a key it doesn’t register, when pressed again it puts down 2 characters. So basically fix...