My end goal is being able to do something like this:
MyVar(parameter).functionToPerform();
Silly enough, even after reading up on how varia
You can pass the 'azerty' value as parameter to MyClass constructor and change the test('azerty').move() to test.move()