You can use this type to store anything. Using this type doesn’t require anything special, you can use it like this:
main {
a: any
b: any = 1
c: any = "string"
}
Type checking in details is explained in Type Checking guide.
For complete list of built-in features see API.