Function knube::exp::var[][src]

pub fn var(name: &'static str) -> ExpBox

Constructs a variable with the given name. Variables are just identifiers, they don’t hold any value.

Variable names, similarly to constant names, are usually a single letter. However their name is usually a letter close to the end of the alphabet, i.e. x, y, etc.