add cond?"string1":"string2" on top level expression

This commit is contained in:
2018-05-02 15:59:45 +02:00
parent 3613328132
commit edf9953ef4
2 changed files with 39 additions and 15 deletions
+2 -1
View File
@@ -88,4 +88,5 @@ x=#"Hello World"[2:8]
x=#Hello World
# $(x) should be: #Hello World
x=1 ? "true" : "false"
# $(x) should be: true