Files
WL/main.wl
T
2025-08-03 22:33:44 +02:00

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"