Transcript showCR:(2 raisedTo: 64) * (2 raisedTo: 64). "if ** is defined as alias: " Transcript showCR:(2 ** 64) * (2 ** 64).