SutraLipi docs grammar v1

Comments & statements

Comments start with // and run to the end of the line. Every statement ends with a semicolon.

// a single-line comment
int qty = 1;          // trailing comment — every statement ends with ;

Ready to run this? Build and backtest strategies in the SutraLipi algo trading platform — no-code builder, tick-level backtesting and one-click live execution. Browse all documentation topics.

Code copied — paste it into the editor with Ctrl+V.