Constant tagua_parser::tokens::FUNCTION [] [src]

pub const FUNCTION: &'static [u8] = b"function"

The FUNCTION token.

Represent the function declaration operator, e.g. function f(…) { … }.