Skip to content

verbatim string (inbetween #{ .. #} , for e.g. code sections) is limited to 8000 chars.

Larger code sections might not fit inside a single verbatim string. Since it is a static char array there is no real limit on its size.

  • workaround: move sections of code into included file
  • solution: increase size (but this permanently increases memory usage)
  • or : assign to string