Hi!

----

Does the POSIX _standard_ have anything against the idea that I can
pass an array _name_ to a function in an arithmetric expression ?
For example:
-- snip --
float -a ar=( 1.1 2.2 3.3 )

float result
(( result=sumall(ar) ))
printf "result is %f\n" result
-- snip --
... should print:
-- snip --
result is 6.6
-- snip --

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) [email protected]
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 3992797
 (;O/ \/ \O;)
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers

Reply via email to