#include using namespace Upp; CONSOLE_APP_MAIN { Any alpha; alpha.Create(); if(alpha.Is()) RLOG("int"); Any beta = alpha; }