Paste #10034: Edit of P#10033 - more reasons to avoid the tag modifications

Date: 2014/09/24 02:01:13 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


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 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>