Rational Robot Question:

What is a block?

Rational Robot Interview Question
Rational Robot Interview Question

Answer:

A block is a set of contiguous lines of code that you want to make distinct from the rest of the script. Typically, you use a block to identify a transaction within a script.


Previous QuestionNext Question
How Timers Work?What is a blocks characteristics?