2 lines
126 B
Smalltalk
2 lines
126 B
Smalltalk
Transcript showCR:(2 raisedTo: 64) * (2 raisedTo: 64).
|
|
"if ** is defined as alias: " Transcript showCR:(2 ** 64) * (2 ** 64).
|