$ erl Eshell V5.7.2 (abort with ^G) 1> X = [16#AB10F, 2#110111010, $A]. [700687,442,65]Floats れ螻 螳 .
2> F = [17.368, -56.654, 12.34E-10]. [17.368,-56.654,1.234e-9]
C:\Documents and Settings\dwa2007>erl Eshell V5.7.2 (abort with ^G) 1> abcef. abcef 2> start_with_a_lower_case_letter. start_with_a_lower_case_letter 3> 'Blanks can be quoted'. 'Blanks can be quoted' 4> 'Anything inside quotes \n\012'. 'Anything inside quotes \n\n' 5>