Deluge, not easy?

Deluge, not easy?

Hi all, really looking forward to getting more into this product, its great so far!

I am definitely struggling with scripting though. The help manual says the following
" Should I have programming experience to code in

Deluge?

 Definitely not.

Zoho Creator/Deluge primarily addresses the needs of a large number of people who

have a requirement for a web application but do not know to build it on their own. You

need not be aware of Java, JSP, PHP, JavaScript, HTML or CSS. You just need to have a

clear idea about the application you want to build and how you want it to be presented.

The deluge script builder will take care of converting your logic into easy and natural

deluge script."


But then later, when I am trying to learn basics, it explains how to do things with language like, 


"Conditional Execution - If, else if, else

Description

Syntax

Example - Free Flow scripting

Example - Using Script Builder

 Description

The 'If' construct in deluge is the same as that of other languages. It conditionally

executes a set of statements depending on the value of the boolean expression.

 Syntax

if(<if-boolean-expression>)

{

<if statements>

}

else if(<elseif-boolean-expression-1>)

{

<elseif statements-1>

}

else if(<elseif-boolean-expression-2>)

{

<elseif statements-2>

}

..

..

..

..

else if(<elseif-boolean-expression-n>)

{

<elseif statements-n>

}

else

{

<else statements>

}

An If construct should adhere to the following rules:

• It should have an 'If' condition

• It can have zero or more 'else if' conditions

• It can have an optional 'else' part

When an  <If Construct> is encountered during script execution, the

condition specified by the  <if-boolean_expression> is evaluated. If the

condition is met, the statement in the  <if statements> block are"




So, this makes no sense to me If the help manual is way over my head, where do i go next? Anyone in Melbourne Australia up for a coffee and face to face tutorial? name your price?