Common Patterns: Difference between revisions

Content added Content deleted
(Add common patterns page)
 
No edit summary
Line 1: Line 1:
This page is intended as a list of commonly used snippets and functions that can be used in K code.
This page is intended as a list of commonly used snippets and functions that can be used in K code.


If you would like to add to this list, modify the template given in [[Format: Common Pattern]].
If you would like to add to this list, modify the template given in [[Format: Common Pattern]] and paste it in.


== Patterns ==
== Patterns ==


==== Sum ====
=== Sum ===
<code>+/</code>
<code>+/</code>