Any

Any Type

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

Type checking in details is explained in Type Checking guide.

API Reference

For complete list of built-in features see API.