| Hi,
I think that for the purpose of the reference manual, they should go
on the section detailing variable types, except for init which could
have an entry in the init opcode description, since it has the same
name as the init opcode. Maybe for clarity, since it does something
different to init, it could be called tinit something similar?
Cheers,
Andres
On Sun, Oct 9, 2011 at 5:00 PM, wrote:
>> Hi,
>>
>> On Sun, Oct 9, 2011 at 4:43 PM, john ffitch wrote:
>>> 2: Â I have committed the t-variable code that gives k-rate vectors.
>>> Seems to work OK
>>
>>
>> Nice! Is it documented? :)
>>
>
> Glad yopu asked me that .... Victor designed it nbut I gfuess I need to
> consider how to document. There are three opcodes (init, = and reading)
> but i suspect that some generaql pag eis needed too
>
> Code looks like
>
> instr 1
> t1 init 10
> k1 init 0
>
> until k1 >= 10 do
> t1[k1] = k1
> printk2 t1[k1]
> k1 = k1 + 1
> od
>
> endin
>
>
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2dcopy2
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinf |