Skip to content
Snippets Groups Projects
Commit 788cff9e authored by Gusztav Adamis's avatar Gusztav Adamis
Browse files

Commentst to lengthof + inline template

parent cf10218e
No related branches found
No related tags found
1 merge request!1Gusztav.adamis cf10218e patch def5
Pipeline #11323 passed
......@@ -110,6 +110,8 @@ A dedicated notion for inline templates is not necessary, as they type
annotations could be promoted to a type-conversion operator and template
literals are already part of the language.
//since now there is no type-conversion operator this is not true -- AG
## Modified Templates
......@@ -172,6 +174,7 @@ Semantics of list types need harmonization and simplification.
```ttcn3
lengthof('12*'H) // 3
//NO: shall cause runtime error - AG
lengthof({1,2,?}) // 3
lengthof({1,2,*}) // causes runtime error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment