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