Sanny Builder
Search…
Sanny Builder
In English
Introduction
Credits
Version History
Syntax
Data Types
Variables
Constants
Arrays
Conditions
Loops
Classes
Keywords
Built-in Commands
HEX..END
Directives
Comments
Editor
Features
Options
Console
Hotkeys
Opcode Search Tool
Command Line Interface
Language Service
Edit Modes
SCM Documentation
GTA Limits
GTA III
Vice City
San Andreas
Liberty City Stories
Vice City Stories
Troubleshooting
Error Messages
Powered By
GitBook
Comments
Comments start with the double slash
//
. Everything after
//
to the end of the line is ignored by the compiler.
To comment out multiple lines or a part of the line, use block comments
{}
:
1
0001: wait {comments here} 0 ms
Copied!
Since version 3.06 Sanny Builder also supports the C++-like comments
/* */
.
1
0001: wait /* comments here */ 0 ms
Copied!
To comment out or uncomment multiple selected lines of the code press
Ctrl+Q
(this hotkey is configurable in the
options
).
Syntax - Previous
Directives
Next - Editor
Features
Last modified
9mo ago
Copy link