Newbie question

Eljakim Schrijvers eschrijvers@REDACTED
Sat Nov 8 23:46:23 CET 2003


Having used Miranda as well as Mathematic for a long time
I figured it was time to look into Erlang.

I ran into the following strange behaviour (line 18>)
16> [X || X <- [7,8], X>3].
[7,8]
17> [X || X <- [7], X>3].
[7]
18> [X || X <- [8], X>3].
"\b"

I do not understand what the "\b" means, or where it comes
from. I presume the system looks at [8] as a representation
of the ASCII \b character??

How can I tell it to just respond with [8] on my screen?

Yours,

Kim



More information about the erlang-questions mailing list