diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-13 21:56:37 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-13 21:56:37 (GMT) |
commit | 5d818be7898338a7597172dc83cf57c7af0da149 (patch) | |
tree | d834d82d66303b93a41b39a0837971078dc327b8 /RELEASE_NOTES | |
parent | be7b18043275a002892525164ff88d74c1884e86 (diff) |
Added string index operator
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 65162fb..2de956d 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -16,6 +16,7 @@ o Added PI constant. o Now uses standard shortcuts for save and reload on Linux and Windows. F2/F3 will still work but is deprecated. o Number literals in scientific notation are now accepted by the parser o Added len() function. Takes one vector or string parameter and returns its length. +o The index operator [] now works on strings Bugfixes: o square() crashed if any of the dimensions were zero |