[q-lang-users] problem with command line parsing
Brought to you by:
agraef
From: David M. <dah...@gm...> - 2008-01-03 07:28:55
|
Hello Qusers, With great travail I succeeded in compiling Q on my mac osx 10.3.4 system (cannot upgrade because of unavailable ProTools drivers). Q passed all of it's internal tests, but the most elementary examples in the tutorials return errors, for example: ==> sqr X = X*X; sqr X=X*X ==> sqr 2 sqr 2 ==> who is my compilation broken or do I just not understand the syntax of the language? |