[#MAX_STACK_SIZE] = MAX_STACK_SIZE :mrdocs: Maximum number of values on the script interpreter stack. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr int MAX_STACK_SIZE = 1000; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#