If I understood correctly :
 - A monad applies to a noun and produces a noun
 - A dyad applies to two nouns and produces a noun
 - An adverb applies to a verb or a noun and produces a verb
 - A conjunction applies to two verbs or nouns and produces a verb
but does there exist something that produces an adverb or a conjunction ?
In other terms, is it possible to write a tacit definition of an
adverb or a conjunction without using an explicit definition like
 myadv =: 1 : '...'
or
 myconj =: 2 : '...' ?
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to