@code tag

Use the tag @code for a short (inline) source code, or an identifier. Usually, this is presented with a fixed-width font.

Example:

{ Declare your variables like @code(var SomeVariable: SomeType;) }