aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/eqn/define/quoted.in
blob: 34a2b07dd163bbf98354a0f5467638c08628f79e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.\" $OpenBSD: quoted.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt DEFINE-QUOTED 1
.Os
.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