User`s guide

5 Real-Time Workshop 4.1 Release Notes
5-10
Zero indexing on complex numbers is now supported.
In prior releases, the Target Language Compiler allowed 0 indexing for
integer and real values, but not for complex values. This restriction has been
removed in the Target Language Compiler 4.1, as shown in the following
example.
%assign a = 1.0 + 3.0i
%assign b = a[0] %% zero index now allowed
Fixed a crash that occurred if ROLL_ITERATIONS was called outside of a %roll
construct.
ROLL_ITERATIONS returns NULL if called outside of a %roll
construct.
TLC now allows use of any path separator character independent of
operating system. You can use either
\ or / as a path separator character on
Unix or Windows).
Fixed a bug in the compare for equality operation.
0.0 now compares equal
to
-0.0.