Paste #10035: Diff note for paste #10034

Date: 2014/09/24 02:01:13 UTC-07:00
Type: Diff Report

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


 queue value getter:
   type: task
   definitions: queue
   script:
   # queue definitions returns a name for a definition then in which you need to re-get it to get that value...
   - foreach <def[queue].definitions||li@> {
-    - define value "<def[<def[value]>]||Cant Obtain the Value>"
-    - define values "<proc[List Append Right].context[<def[value]><&co> <def[values>||li@]|<def[value]>>"
+    - define obtained_value "<def[<def[value]>]||Cant Obtain the Value>"
+    - define value_list "<proc[List Append Right].context[<def[value_list||li@]>|<def[value]><&co> <def[obtained_value]>>"
     }
   - determine <def[values].unescaped>