DIM in a program
|
04-02-2014, 09:24 AM
(This post was last modified: 04-02-2014 09:25 AM by Angus.)
Post: #1
|
|||
|
|||
DIM in a program
imagine this piece of code:
Code:
Is it really not possible to assign something like DIM(vector)(1) to a local in one step? I tried in cas and that works. I switched home from rpn to textbook and found that calling DIM(vec)(1) is translated to DIM(vec)*(1) there which seems to be a side effect of automatic operator expansion. However in a program such behaviour is painful, you just would not expect your code to be modified by the system. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
DIM in a program - Angus - 04-02-2014 09:24 AM
RE: DIM in a program - eried - 04-02-2014, 09:47 AM
RE: DIM in a program - Angus - 04-02-2014, 10:03 AM
RE: DIM in a program - eried - 04-02-2014, 10:09 AM
RE: DIM in a program - Angus - 04-02-2014, 10:46 AM
RE: DIM in a program - eried - 04-02-2014, 11:48 AM
RE: DIM in a program - Angus - 04-02-2014, 12:12 PM
|
User(s) browsing this thread: 3 Guest(s)