Thanks, Martin -- corrected.

On Sat, Jun 18, 2016 at 1:16 PM, Martin Kreuzer <[email protected]> wrote:
> Came across these (accidentally - not being a nit-picker by birth) while
> browsing:
>
> ** Stardot (*.)
>
> 1st example for LCM (And)
>    0 0 1 1 +. 0 1 0 1
> 0 0 0 1
>    0 0 1 1 *. 0 1 0 1    NB. (*.) instead of (+.)
> 0 0 0 1
>
> 2nd example
>    (0 1) *./ (0 1)      NB. truth table of: +.
> 0 0
> 0 1
> in NB. (+.) should be (*.)
>
> ** Plusdot (+.)
>
> Section header "GCD (Or"
> closing parenthesis missing
>
> -M
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to