DEPRECATED - use indented().
#indented( N[, note] )
The agent query #indented(N) is true if a note is indented exactly N steps. For example:
#indented(0)
…collects all notes in the top level map.
#indented( N, note) is true if a note is descended from the specified note and indented exactly N steps. For example:
#indented(1,Morning Sessions)
…collects the grandchildren of note 'Morning Sessions'.
In agent create/rename dialogs this is listed as 'has indentation'.
Deprecated in favour of action operator indented().