>>  <<  Ndx  Usr  Pri  Phr  Dic  Rel  Voc  !:  wd  Help  Dictionary

Explicit Arguments x.  y.  

The names x. and y. denote the left and right arguments in an explicit definition. See the names m. n. u. v. and Explicit Definition (:).
 

For example:
info=: 3 : 0
 (3!:0 y.);(#$y.);($y.);5!:5 <'y.'
  :
 (info x.) ,&< (info y.)
)

   info i.12
+-+-+--+----+
|4|1|12|i.12|
+-+-+--+----+

   info o.i.3 4
+-+-+---+------------------------+
|8|2|3 4|3.1415926535897931*i.3 4|
+-+-+---+------------------------+

   'x' info ;:'Cogito, ergo sum.'
+----------+------------------------------------+
|+-+-++---+|+--+-+-+---------------------------+|
||2|0||'x'|||32|1|4|<;._1 ' Cogito , ergo sum.'||
|+-+-++---+|+--+-+-+---------------------------+|
+----------+------------------------------------+



>>  <<  Ndx  Usr  Pri  Phr  Dic  Rel  Voc  !:  wd  Help  Dictionary