UNPKG

pxt-ev3

Version:

LEGO MINDSTORMS EV3 for Microsoft MakeCode

16 lines (11 loc) 276 B
# 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)