string literal in binary construction

Vance Shipley vances@REDACTED
Wed Jul 12 19:46:55 CEST 2006


1> <<"123">>.
<<"123">>
2> String = "123".
"123"
3> <<String>>.
** exited: {badarg,[{erl_eval,expr,3}]} **


Bummer.

	-Vance




More information about the erlang-questions mailing list