Post
Syntax Structure
This section covers the syntax and lexical structure of Ballerina programming language.
Article
Identifiers - Best Practices and Use Cases
An identifier is a name given to an element in a program, such as a variable, function, or type. …
March 14, 2023Article
How to Use Comments
Comments are used to provide more details about the code or temporally disable a section of the …
January 1, 2023