5 lines
106 B
Mathematica
5 lines
106 B
Mathematica
let a = 5
|
|
let b = 5
|
|
|
|
if a == b: print "a and b are the same\n"
|
|
else print "they are not the same!\n" |