All variables Returns all the variables of an expression. Syntax all_variables(Expression) Description all_variables(Expression) Given an expression, returns a list with all the variables. If no variables exist, returns an empty list. Related functions Variables, Collect Table of Contents Syntax Description Related functions