Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

can i create a type from a var of a type?

like :

type a field bb end type

type b field aa end type

newA:a = new a newA.bb:b = new b newA.bb.aa = 100 or idk