(*1*) val a = "ZOMG I'M ALIVE!";(*2*) a;
(*1*) fun helloWorld() = "ZOMG I'M ALIVE!";(*2*) helloWorld();