[q-lang-users] Q Question
Brought to you by:
agraef
From: Larry G. <lg...@ac...> - 2004-10-20 02:44:39
|
People: I have downloaded Q, and am trying the following, using Qpad, but I get an error: ==> fac N = N*fac (N - 1) if N>0; ! Syntax error >>> fac N = N*fac (N - 1) if N>0; ^ I copied this from the qdoc.pdf. This occurs using the interpreter, but I imagine it would be the same with the compiler. Thanks, Larry Gregg |