Varför kan jag inte inte anropa A -- B -- C ?
Anders Fluur (LN/EAB)
anders.fluur@REDACTED
Tue Oct 14 10:43:30 CEST 2003
Hej,
Varför kan jag inte inte anropa A -- B -- C, när A ++ B ++ C fungerar?
( <mailto:e_Erlang__Global_pm1_1_2_1@)82> erlang)82> A = [1,2].
[1,2]
( <mailto:erlang__Global_pm1_1_2_1@)83> erlang)83> B=[3,4].
[3,4]
( <mailto:e_Erlang__Global_pm1_1_2_1@)84> erlang)84> C=[5,6].
[5,6]
( <mailto:erlang__Global_pm1_1_2_1@)85> erlang)85> [1,2,3,4,5,6]--A--B--C.
[3,4,5,6]
( <mailto:e_Erlang__Global_pm1_1_2_1@)86> erlang)86> A++B++C.
[1,2,3,4,5,6]
Mvh
Anders
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20031014/868f3bd7/attachment.htm>
More information about the erlang-questions
mailing list