pxt-ev3/docs/reference/console.md

16 lines
276 B
Markdown
Raw Permalink Normal View History

# Console
Output text and data values to the console.
```cards
console.log("");
console.logValue("x", 0);
console.sendToScreen();
```
## See also
[log](/reference/console/log),
[log value](/reference/console/log-value),
[send to screen](/reference/console/send-to-screen)