Erlang prints (some) lists as strings

Lenny lkneler@REDACTED
Thu Nov 11 00:25:18 CET 1999


How do I tell Erlang not to print the first list as "ooo"?

Eshell V47.4.1  (abort with ^G)
1> [111,111,111].
"ooo"
2> [-111,-111,-111].
[-111,-111,-111]

Thanks,
-Lenny-
lkneler@REDACTED



More information about the erlang-questions mailing list