aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/eqn/define/quoted.in
blob: a98733f1fa848718f49cecd51cb073684d60604f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.Dd June 25, 2017
.Dt DEFINE-QUOTED 1
.Os OpenBSD
.Sh NAME
.Nm define-quoted
.Nd interaction of the define control statement with quoting
.Sh DESCRIPTION
initial text
.EQ
define unquoted 'sin'
"unquoted"
unquoted
define quoted '"sin"'
"quoted"
quoted
.EN
final text