Initializing help system before first use

getsepchar, setsepchar

getsepchar, setsepchar


Purpose
Get and set sepchar property of a parser context.
Synopsis
function getsepchar(pctx:parsectx):integer
procedure setsepchar(pctx:parsectx, sc:integer)
Arguments
pctx 
A parser context
sc 
New sepchar value
Return value
Current sepchar value stored in the context.
Related topics
Module