#pragma codestring
Go Up to Pragma Directives Overview Index
Syntax (See Pseudo-grammar)
#pragma codestring "STR" ["STR" ...]
Description
#pragma codestring emits the specified bytes into the code segment. It is similar to the intrinsic __emit__.
Go Up to Pragma Directives Overview Index
#pragma codestring "STR" ["STR" ...]
#pragma codestring emits the specified bytes into the code segment. It is similar to the intrinsic __emit__.