Logo

Programming-Idioms

  • Erlang
x = lists:last(items),
X := Items'Last

X must be declared earlier.

New implementation...