Skip to main content

Comment (%%)

Description

You can comment out an entire row of a sheet by adding %% at the start of the leftmost spreadsheet cell in a row. Anything written to the right of the comment symbol %% (whether it is within that same first cell or in any cell to the right) will be commented out (i.e., it will be ignored by Gramble).

Usage Example

You can use this to make notes for future reference, for example:

Nouns = text
%%The following nouns come from Dictionary A, Page N
casa
gato
%%The following nouns come from Dictionary B, Page M
sabor
animal

You can also use it to comment out a row for debugging purposes.