[q-lang-users] First Q
Brought to you by:
agraef
From: Abram <a...@at...> - 2007-07-05 07:14:14
|
I just ran across this language and became a little intrigued. I downloaded and installed the interpreter, and tried the first example: ==> square X = X * X; square X=X*X ==> square 3 square 3 This isn't what I expected. Shouldn't this rewrite to 9? I must be missing something really obvious. Any help will be appreciated. -Abram |