Both sides previous revisionPrevious revision | |
custom:javascript [2021/10/25 11:32] – Fix link to ECMA-262 PDF digital man | custom:javascript [2023/08/04 19:24] (current) – [Input] A little more clarity on console.getbyte() digital man |
---|
| ''console.getstr()'' | Yes | No | Get a string of characters from user | | | ''console.getstr()'' | Yes | No | Get a string of characters from user | |
| ''console.getkey()'' | Yes | No | Get a single key-press | | | ''console.getkey()'' | Yes | No | Get a single key-press | |
| ''console.getbyte()'' | Yes | No | Get a unprocessed input byte from remote terminal | | | ''console.getbyte()'' | Yes | No | Get an unprocessed input byte from remote terminal as a number | |
| ''console.getnum()'' | Yes | No | Get a number (between 1 and maxnum) from user | | | ''console.getnum()'' | Yes | No | Get a number (between 1 and maxnum) from user | |
| ''console.getkeys()'' | Yes | No | Get a key from a list of valid keys, or a number | | | ''console.getkeys()'' | Yes | No | Get a key from a list of valid keys, or a number | |