/** * Various information is available to us for each variable that's * given to a function. We can find out things like the value (by * evaluating it) but also the name, kind, and position in the * input string. */ export default function workingWithVariables(): void;