Skip to content
Pranav Verma edited this page Mar 14, 2025 · 5 revisions

Blue Lagoon Follows a Syntax That is a mix between Python3 and Javascript.

Here is a General File (Normal Mode):

var a = 10;
var b = "hello";

/* This is a comment. It will be Ignored.*/
/* This is also a comment and
   will be Ignored.*/

Here is a General File (Brain Rot Mode):

rizzler a be 10 no cap
rizzler b be "hello" no cap

sussy This is a comment. It will be Ignored. baka
sussy This is also a comment and
   will be Ignored. baka

Line Ending

As you can See, the Syntax Follows a Semicolon (;) to Mark the End of the Line (Or no cap in Brain Rot Mode).

Comments

Comments Follow the Traditional Slash Followed by a Star to Start (/*) and the opposite (*/) for starting and ending comments.

Clone this wiki locally