hastebrot
const val int = 1 const val long = 1L const val float = 1F const val double = 1.2 const val string = "foo" const val bool = false