atto icon indicating copy to clipboard operation
atto copied to clipboard

The new BASIC computer that runs in your browser!

Results 6 atto issues
Sort by recently updated
recently updated
newest added

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...

bug
documentation
good first issue

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`

bug
good first issue

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...

documentation
good first issue

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`,...

enhancement

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

opinions needed

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...