webdash-readme-preview
Version:
Preview your README.md straight from the dashboard
28 lines (27 loc) • 290 B
Plain Text
Str = "abcd".
"abcd"
L = test:length(Str).
4
Descriptor = {L, list_to_atom(Str)}.
{4,abcd}
L.
4
b().
Descriptor = {4,abcd}
L = 4
Str = "abcd"
ok
f(L).
ok
b().
Descriptor = {4,abcd}
Str = "abcd"
ok
{L, _} = Descriptor.
{4,abcd}
L.
4
2#101.
5
1.85e+3.
1850