pxt-ev3/docs/reference/console.md
Galen Nickel 8ee63df325 Add in 'console' doc stuff (#342)
* Add 'playSound' api docs

* Add in 'console' doc stuff

* Add 'send to screen' in summary\
2018-02-23 14:13:08 -08:00

276 B

Console

Output text and data values to the console.

console.log("");
console.logValue("x", 0);
console.sendToScreen();

See also

log, log value, send to screen