Usage of each block

日本語のページ

Output log to console

Output log to console

Outputs the specified string to the web browser console.

Format floating point number

Format floating point number

Converts a number with a decimal point into a string formatted with the specified number of digits.

Wait

Wait

Pauses program execution for the specified amount of time.
Specify the time in milliseconds (=1/1000 seconds).

Exit the program

Exit the program

Terminates program execution.
In the case of Tsumicky for electronic work, when this block is executed, the block in the "end" part is executed, and then the program ends.