getTypeOf

fun getTypeOf(identifier: String): Type

Get type of

Returns type of identifier. Checks current scope and recursively traverses up the tree till the global scope.

Return

Parameters

identifier