blob: 05b58e8c8319999bdb12cdaee66053199f3e906f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DE-STARTDE(1) General Commands Manual DE-STARTDE(1)
NNAAMMEE
ddee--ssttaarrttddee - macro starting a macro definition, but not ending it
DDEESSCCRRIIPPTTIIOONN
define outer macro: outer scope ended; outer macro now defined.
call outer macro: outer macro called; define inner macro: inner scope
ended; inner macro now defined.
call inner macro: inner macro called; end outer scope. returned from
call of outer macro; end inner scope. returned from call of inner macro.
OpenBSD December 30, 2014 OpenBSD
|