# This is a comment.
include "file"
init-thermal-biases 0.7 -0.7 0.2; 10: H(1 2); 20: showb;
define SQRT2 1.4142135Note that a semicolon should not be placed in if you define a constant. A set of operators (or a function) can also be defined e.g.
define PI 3.141516
define Op1 \defines the user-defined operator Op1.
X(2-5); H(2-5);\
print This is Op1.;\
Rx(1-3, 45deg);