Finacle Scripting Syntax -
function greet(name String) { print("Hello, " + name + "!"); } Functions can be called using the function name and arguments. For example:
var name String; var age Integer; Variables can be assigned values using the assignment operator (=). For example: finacle scripting syntax
while (condition) { // code to execute repeatedly } For example: function greet(name String) { print("