Constraints with assignment to parameters

2004-05-21 Thread Marija Surnaite
Hello, we are three students from Aalborg University. We are using Ptolemy II for our study project. We encountered a few problems and would like to know if they are constraints of Ptolemy II or if we are just doing things in the wrong way. 1) In expression editor it is normal to assign a

Re: Constraints with assignment to parameters

2004-05-21 Thread Edward A Lee
The expression language itself is not a programming language. It does not have statements (sequencing of operations) nor does not support assignments... It supports just expressions. The result of evaluating an expression is an immutable (unchangable) token. If the result is an array, you cannot