POV-Ray : Documentation : 2.8.4.8 Macro
  POV-Ray 3.6 Documentation Online View  
2.8.4.7 Message Streams   2.8.4.9 Embedded Directives

2.8.4.8 Macro

Define a macro:
MACRO_DEFINITION:
#macro MACRO_IDENTIFIER ( [PARAM_IDENTIFIER [, PARAM_IDENTIFIER]...] ) TOKENS #end
A parameter identifier may not be repeated in the list.
Invoke a macro:
MACRO_INVOCATION:
MACRO_IDENTIFIER ( [ACTUAL_PARAM [, ACTUAL_PARAM]...] )
ACTUAL_PARAM:
IDENTIFIER | RVALUE

Quick Reference Contents

2.8.4.7 Message Streams   2.8.4.9 Embedded Directives


Copyright 2003-2021 Persistence of Vision Raytracer Pty. Ltd.