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