TigerGraph Documentation
TigerGraphGet TigerGraph
Search…
3.3
TigerGraph Documentation
TigerGraph Cloud
Platform Overview
Tutorials and Start Guides
TigerGraph Graph Data Science Library
Release Notes, FAQs and Troubleshooting
System Administration
TigerGraph Administrators Guide
Web UI
GraphStudio UI Guide
Admin Portal UI Guide
Developer's Guides
GSQL Language Reference
Part 1 - Data Definition & Loading
Part 2 - Querying
Introduction
CREATE/INTERPRET/INSTALL/RUN QUERY
Distributed Query Mode
Data Types
Accumulators
Operators and Expressions
Functions
Declaration and Assignment Statements
SELECT Statement
Control Flow Statements
Data Modification Statements
Output Statements and FILE Objects
Exception Statements
Comments
Appendix
RESTful API User Guide
Data Loader User Guides
GSQL Cheat Sheets
Using a Remote GSQL Client
Legal
Patents and Third Party Software
Workshop
Connected Data London 2019
Powered By GitBook
Comments
A comment is a section of text that is ignored by the language parser; its purpose is to provide information to human readers. The comment markers follow the conventions used in C++ and SQL:
  • Single-line or partial-line comments begin with either # or // and end at the end of the line (with the newline character).
  • Multi-line comment blocks begin with /* and end with */
​
Previous
Exception Statements
Next
Appendix
Last modified 3yr ago
Export as PDF
Copy link