Literal

Here is an example:

Some example from a text file.

Here is another one:

Some example from a text file.

Here is a

(defun org-xor (a b)
  "Exclusive or."
  (if a (not b) b))