diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -70,3 +70,9 @@ can easily spot when a string value is used instead of a numeric. By analysing the branchs, the application can spot the block where no `gt` instructions are given, which can lead to dead end in the code. +### Nested string + +The application will report text strings containing only one expression with a +`debug` message. + +For example `"<<$variable>>"` can be written directly: `$variable>`. |