Avaloq Script Test 2025 – 400 Free Practice Questions to Pass the Exam

Question: 1 / 400

How are comments written in Avaloq Script?

Using "#" for single-line comments

Using "//" for single-line and "/* ... */" for multi-line comments

In Avaloq Script, comments are written using the double forward slash "//" for single-line comments, while multi-line comments are enclosed within "/* ... */". This method allows developers to provide meaningful notes or explanations in their code without affecting the actual execution of the script.

Using "//" enables quick addition of single-line comments directly alongside or above lines of code. This is particularly useful for clarifying specific operations or logic without interrupting the flow. The multi-line comment format with "/* ... */" is beneficial for longer explanations or temporarily disabling blocks of code during development and debugging.

Other formats for comments that are not part of Avaloq Script syntax ensure clarity in code but do not conform to the established commenting methods within the language, which is why they do not serve as valid options.

Get further explanation with Examzify DeepDiveBeta

Using "/* */" for both single-line and multi-line comments

Using "" for comments

Next Question

Report this question

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy