Arc Forumnew | comments | leaders | submitlogin
3 points by almkglor 5879 days ago | link | parent

The problem here is 'coerce. 'rem attempts to coerce the object to a string, then coerce that string to a list, which it then passes to itself. however, coercing a table always returns a table. ^^