Live demo
Two shared blocks read as one sheet — the second sees the first:
rate = 5
doubled = rate * 2
An isolated block has its own namespace — its rate does not touch the sheet:
rate = 999
rate + 1Two shared blocks read as one sheet — the second sees the first:
rate = 5
doubled = rate * 2
An isolated block has its own namespace — its rate does not touch the sheet:
rate = 999
rate + 1