Re: [pmwiki-users] WikiSh - conditional question

2009-09-18 Thread adam overton
thanks for the heads up peter. i think i figured out that i can set up more complex conditionals if i break them apart, for example: {(wikish if test "blee" == "blee" && test "blech" == "blech"; then; set -s conditionA = "true"; fi; )} then: {(wikish if test "blam" == "blammo" || test ${condition

Re: [pmwiki-users] WikiSh - conditional question

2009-09-18 Thread Melodye Bowers
On Thu, Sep 17, 2009 at 12:22 AM, adam overton wrote: > i was wondering if it's possible to do nested conditiionals in WikiSh in > the form: > > {(wikish if test "blam" == "blammo" || ( test "blee" == "blee" && test > "blech" == "blech" ); then; echo "true"; else; echo "false"; fi; )} > > i would

[pmwiki-users] WikiSh - conditional question

2009-09-16 Thread adam overton
hi peter how are you? i was wondering if it's possible to do nested conditiionals in WikiSh in the form: {(wikish if test "blam" == "blammo" || ( test "blee" == "blee" && test "blech" == "blech" ); then; echo "true"; else; echo "false"; fi; )} i would think that it would result in true, but i