An extra item following a value of another one and preceding its parameters.
Extra items typically not present within standard headers, but may present in custom ones:
Calculate: "foo"+"bar";foo=2;bar=3
Calculate
"foo"+"bar";foo=2;bar=3
Here "a" is a quoted string item, + and "b" - its extra items, while foo=2 and bar=3 its parameters.
"a"
+
"b"
foo=2
bar=3
Generated using TypeDoc
An extra item following a value of another one and preceding its parameters.
Extra items typically not present within standard headers, but may present in custom ones:
Here
"a"
is a quoted string item,+
and"b"
- its extra items, whilefoo=2
andbar=3
its parameters.