Cart 0

Finacle Scripting Syntax -

Oooooh, we throw a good party at the Gin Palace. From celebrating baby’s first birthday in the daytime, to hosting a full-on party with DJ’s, a dance floor, and cocktails flowing until (nearly) midnight. We can host about 50-ish people and can normally accommodate any requests and personal touches you have. We’ve had birthdays, weddings, christenings, work do’s, book launches, Christmas parties and even a ‘Welcome to the World’ party. Get in touch, tell us what you’d like, and we’ll do our very best to do it for you.

“Just to say thank you so much to you and your fabulous team for making my party so much fun! Your team are amazing and so helpful. They really contributed to the atmosphere and success of the event. Not to mention the incredible cocktails which everyone loved!”

Finacle Scripting Syntax -

Finacle Scripting Syntax -

for (var i = 0; i < 10; i++) { // code to execute repeatedly } For example:

var name String; var age Integer; Variables can be assigned values using the assignment operator (=). For example: finacle scripting syntax

for (var i = 0; i < 5; i++) { print("Hello, world!"); } The syntax for a while loop is as follows: for (var i = 0; i &lt; 10;

switch (value) { case value1: // code to execute if value matches value1 break; case value2: // code to execute if value matches value2 break; default: // code to execute if value does not match any case } For example: for (var i = 0

if (condition) { // code to execute if condition is true } else { // code to execute if condition is false } For example: