Biplab Bose 1 day ago
A = [1, 2, 3]
B = [3, 4, 5]
x = 9
x â A âȘ B # -> false
Writing code using symbols in Julia feels like scribbling in a math notebook â except this one actually runs. It takes some time to get habituated, but then you get hooked.
#julialang #computing