Re: [Jbeta] syntax for functions and modulo

2011-10-28 Thread Ric Sherlock
Explicit definitions like fizzy require you to refer to the arguments explicitly. The right argument is assigned to y locally within the verb (right argument is assigned to x) fizzy =: 3 : 0 if. div35 y do. 'FizzBuzz' elseif. div3 y do. 'Fizz' elseif. div5 y do.

Re: [Jbeta] syntax for functions and modulo

2011-10-28 Thread Ric Sherlock
Sorry just noticed that this is in the beta forum. Questions like this would be better asked and answered in the programming forum. On Sat, Oct 29, 2011 at 2:37 PM, Ric Sherlock tikk...@gmail.com wrote: Explicit definitions like fizzy require you to refer to the arguments explicitly. The right

Re: [Jbeta] transfers

2012-06-19 Thread Ric Sherlock
This is because of a dependency of 'math/misc/simplex' is 'numeric' math/misc/simplex contains: require 'math/misc/matutil' which contains: require 'math/misc/mathutil' which contains: require 'numeric' i.e. the numeric.ijs script is required. On J7 this script resides at: