[#SCRIPT_VERIFY_NONE] = SCRIPT_VERIFY_NONE :mrdocs: Script verification flags. == Synopsis Declared in `<script/interpreter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr xref:script_verify_flags.adoc[script_verify_flags] SCRIPT_VERIFY_NONE = SCRIPT_VERIFY_NONE{0}; ---- == Description All flags are intended to be soft forks: the set of acceptable scripts under flags (A | B) is a subset of the acceptable scripts under flag (A). [.small]#Created with https://www.mrdocs.com[MrDocs]#