Остання активність 1757025658

append-out.nv Неформатований Playground
1|| '@include' lib/platforms/browser_dom.nv
2
3|| :DOM: ( <query #code-actions <@after #out or textarea id = out value = [] > > <query #out )
4
5| :first: :reversed: $x | :append: $x
6| :append: \n :current dom element: $o?| :@js: $o.value += '\n';
7| :append: \t :current dom element: $o?| :@js: $o.value += '\t';
8| :append: $x :current dom element: $o?| :@js: $o.value += $x;