summaryrefslogblamecommitdiffstats
path: root/regress/eqn/define/invalid.in
blob: 50daa35fd1c420f89e907fc2857feed4cc54b3ac (plain) (tree)
1
2
3
4

                                                                 
                    
   
































                                                            
.\" $OpenBSD: invalid.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $
.Dd $Mdocdate$
.Dt DEFINE-INVALID 1
.Os
.Sh NAME
.Nm define-invalid
.Nd invalid define and undef statements
.Sh DESCRIPTION
define without variable name:
.EQ
define bruch 'over' 1 bruch 2 undef bruch bruch define
.EN
eol
.Pp
define without value:
.EQ
define bruch 'over' 1 bruch 2 undef bruch bruch define bruch
.EN
eol
.Pp
define without value:
.EQ
define bruch 'over' 1 bruch 2 undef bruch bruch undef
.EN
eol
.Pp
tdefine without variable name:
.EQ
tdefine
.EN
eol
.Pp
tdefine without value:
.EQ
tdefine bruch
.EN
eol