Used for type inference for a NativeLogo identity in case a context type isn't directly typed as NativeLogo.
NativeLogo
let type: string;type = TypedNativeLogo("example"); Copy
let type: string;type = TypedNativeLogo("example");
Used for type inference for a
NativeLogoidentity in case a context type isn't directly typed asNativeLogo.