I can reproduce this, interestingly boolean 0 is ok.
Another workaround is to promote boolean to integer, eg.

   ;'q< for free!>c' 8!:0[(2-2)+1
1 for free!

Чт, 06 фев 2014, Christoph von Basum писал(а):
> A small but subtle error in 8!:0-formatting:
> ;'q< for free!>c' 8!:0,123456
> gives
> 123,456 for free!
> ;'q< for free!>c' 8!:0,1
> gives
> |limit error
> The boolean 1 seems to cause the hiccup.
> Occurs in 64bit J602 (j602/2008-03-03/16:45) and J801
> (j701/2011-01-10/11:25).
> 
> Workaround:
> dlb;'q< for free!>c30.0' 8!:0,1
> 
> Cheers---Christoph
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to