``` julia> @variables x, y ERROR: LoadError: AssertionError: @Variable expects a tuple of expressions (`@Variable x y z(t)`) ``` I gave it a tuple. (And it should report `@variables`, instead of `@Variable`.) In any case I suggest actually accepting tuples separated by commas.