You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • In windows command prompt you have echo off which is what Espruino does with echo(0). The issue is that just writing echo off echoes characters, so in Windows you prefix a line with @ if you don't want it to echo anything.

    I'm after something like that for the Espruino command prompt - so piping stuff to /dev/null doesn't really help ;)

About

Avatar for Gordon @Gordon started