SyntaxFix
Write A Post
Hire A Developer
Questions
if you want to use it in all of your classes you can use:
public var yourVariable = "something"
if you want to use just in one class you can use :
var yourVariable = "something"