Talk:Bitmap: Difference between revisions

Content added Content deleted
(→‎The J implementation: add note re changes on main page)
Line 57:
 
That said, here's a breakdown on how the J implementation works:
 
Note that <tt>allocImage</tt> and <tt>fillImage</tt> have been subsequently replaced by more complicated (but more useful) verbs on the main page. However the descriptions below are still of interest and to some degree relevant to the current verbs <tt>makeRGB</tt> and <tt>fillRGB</tt>.
 
<lang J>allocImage=: $&(,:0 0 0)</lang>