Ngn/k: Difference between revisions

222 bytes added ,  2 years ago
no edit summary
No edit summary
No edit summary
Line 60:
The ngn/k help topic for adverbs is available at <code>\`</code> in the ngn/k repl.
 
=== Defined Verbs ===
ngn/k allows creation of new verbs that can be used infix, as part of its syntax. These must be defined as follows (using <code>∇</code> as an example symbol):
 
<pre>(∇:): monad
(∇): dyad</pre>
== References ==