mb hybrid Sections GenAutomata Doc

Def firstn(n;as) == Case of as; nil nil ; a.as' if 0 < n [a / firstn(n-1;as')] else nil fi (recursive)

is mentioned

In prior sections: list 1 mb list 1

Try larger context: GenAutomata

mb hybrid Sections GenAutomata Doc