Skip to main content

skip_one_space

Function skip_one_space 

Source
pub fn skip_one_space(expanded: bool) -> Result<()>
Expand description

Skip one optional space. If expanded is true, acts like <one optional space> and expands tokens (readXToken). Perl: skip1Space($self, $expanded)