Comma, semicolon. Aaaaa
Posted by ~Ray @ 2007-11-03 15:52:03
Hi. Well guys. I'm struggling with Erlang syntax. Does Erlang has line terminators like C++ or Java?believe this sinppet:----------convert_list_to_c([{Name. {f. F}} | Rest]) -> Converted_City = {Name. {c. (F -32)* 5 / 9}}. [Converted_City | alter_list_to_c(be)];----------Why there is a comma after {label. {c. (F -32)* 5 / 9}} ?
Another snippet and the same challenge:----------format_temps(List_of_cities) -> Converted_enumerate = alter_list_to_c(enumerate_of_cities) print_temp(Converted_enumerate).----------[ADVERTHERE]Related article:
http://www.nabble.com/forum/ViewPost.jtp?post=12690971&framed=y
0 Comments:
No comments have been posted yet!
|