igoto("hi");

function wusi()
{
    goto("hi");
    print("HMM");
    @hi
    print("HI");
}

wusi();
print("a");