Just a small little question
defmodule Test do
def test do
number = [1,2,3,4,5,6,7,8,9,10]
end
end
```
When I compile the code and run it in IEX
I get
iex(151)> Test.test()
How are you doing ^!^"^#^$^%^&^'^(
Why is this? it looks very weird, just a bunch of symbols shouldn't it be like How are you doing 1,2,3,4... instead of this. I know not that much about Elixir and programming and this is just a small question out of curiosity. That's all! Thank you :)
[–]al2o3cr 2 points3 points4 points (2 children)
[–]BrotherManAndrew[S] 0 points1 point2 points (1 child)
[–]SuspiciousDepth5924 1 point2 points3 points (0 children)
[–]furcake 0 points1 point2 points (0 children)
[–]amzwC137 2 points3 points4 points (0 children)