forked from epics_driver_modules/require
add cond?"string1":"string2" on top level expression
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user