static L tok_splitAtSlashes(S s) { ret tok_splitAtSlash(s); } static L tok_splitAtSlashes(L tok) { ret tok_splitAtSlash(tok); }