Command @... single-line code Foundation
Defines a single line of code
@<expression>|<command>|<statement>
Using the @ command declares the entire line as code. The line continuation character (;) can be used to break a single statement into multiple lines. The @ command allows writing code without the open/close markers normally required to identify code sections (<%...%>). In sections containing alternating lines of Xbase++ code and HTML markup, using the @ command increases readability and avoids unnecessary noise. This is demonstrated in the code fragment below. Please note that it is not allowed to have multiple @ commands in the same line.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.