.display command - how to use it?

Hi,
is there an example sheet where I can learn how to use the .display command?
The help documentation says:

Display Statement

Syntax: .display
Example: .display myparam=‘myparam’
The .display command will print to the console as it is processed. It is useful to check if it is in a section of netlist that is parsed1 or print how parameters are evaluated in scope.

This would be very useful, but I only see the “Total elapsed time” printed to the output window?
What am I doing wrong?

display_test.qsch (1.1 KB)

Scroll up in Output Window. This is particular useful in returning parameter value in subcircuit without using .option listparam

Here is an example of using .display within a subcircuit.
The .option concise is currently undocumented in the QSpice help file; it returns a number with an SI prefix when used with .display.

Thanks! I could have thought of that myself, how embarrassing!