summaryrefslogblamecommitdiffstats
path: root/regress/eqn/define/quoted.in
blob: 35d13b87a6610d464e3d0526d6c19ae8b124ee23 (plain) (tree)
1
2
3
4

                                                                
                   
   













                                                            
.\" $OpenBSD: quoted.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $
.Dd $Mdocdate$
.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