Description:
Code block type
Syntax:
//x |
Comment block; will be skipped |
Example:
Comment cell:
|
A |
B |
|
1 |
//comment |
1.note... |
The comment cell covers a stretch of cells A1-B4; will be skipped in execution. |
2 |
|
2.note... |
|
3 |
|
3.note... |
|
4 |
|
=1+1 |
|
5 |
=1+1 |
|
The result is 2. |