aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/eqn/define/invalid.in
blob: aa8bcb8c9dc9b1aefedaa521e01629fce643716c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.Dd January 28, 2015
.Dt DEFINE-INVALID 1
.Os OpenBSD
.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