!7 p { TextView tv = aTextView("Hello world"); androidShow(tv); View view = findViewById(android.R.id.content); if (view == tv) print("OK!"); else print("Huh? " + view); }