Help / Release / J 6.02 / ;!.f Implemented

From J Wiki
Jump to navigation Jump to search


>> << Pri JfC LJ Phr Dic Voc !: Rel NuVoc wd Help Release



;!.f

Implemented

initial writing: 2007-11-27
last updated: 2007-11-27


The monad ; is now accepted by the fit conjunction ;!.f , with the fill specified by the atom f . For example:

   ;!.'_' 'DDT';(2 13$'eleemosynary');'z'
DDT__________
eleemosynarye
leemosynaryel
zzzzzzzzzzzzz

   ;!._1 (i.1 2 3);i.3 1
 0  1  2
 3  4  5
_1 _1 _1

 0 _1 _1
 1 _1 _1
 2 _1 _1



>> << Pri JfC LJ Phr Dic Voc !: Rel NuVoc wd Help Release