version 1.2, 2017/07/04 15:26:32 |
version 1.3, 2022/06/03 12:15:58 |
Line 23 define first = val1 |
|
Line 23 define first = val1 |
|
val1 |
val1 |
.. |
.. |
.Pp |
.Pp |
Values (first, second, first\esecond): |
define first\e.second = val_dot |
|
.de first\.second |
|
val_dot |
|
.. |
|
.Pp |
|
define first\eGsecond = val_inval |
|
.de first\Gsecond |
|
val_inval |
|
.. |
|
.Pp |
|
Values: |
|
.Bl -tag -width first_.second -compact |
|
.It first |
.first |
.first |
|
.It second |
.second |
.second |
|
.It first\esecond |
.first\\second |
.first\\second |
|
.It first.second |
|
.first.second |
|
.It first\e.second |
|
.first\.second |
|
.It firstGsecond |
|
.firstGsecond |
|
.It first\eGsecond |
|
.first\Gsecond |
|
.El |
.Pp |
.Pp |
Remove all but second: |
Remove all but second: |
.rm first\\second first\esecond second |
.rm first\\second first\esecond second |