Extracted from Pike v8.0 release 240 as of 2016-05-30.
   

Directive #string


Directive #string

#string

Description

The preprocessor directive #string will load the file in the string that follows and insert its contents as a string. This preprocessor directive may appear anywhere a string may appear.

Example

do_something(#string "the_file.wks");

See also

#include