GulfOfMexico icon indicating copy to clipboard operation
GulfOfMexico copied to clipboard

Better comment character : ((

Open Loumardes opened this issue 10 months ago • 1 comments

This change will help programers to make more frequent comments by using a key they are more used to : ((

I also changed every // comment in the documentation with (( However the syntax highlighting does not work with theses new comment characters (yet)

feel free to tweak the idea, implementation and documentation to your liking :)

Loumardes avatar Feb 28 '25 14:02 Loumardes

Multiline comments should start with )) and end with ((

))This is a
multiline comment((

print("You should be able to embed ))comments(( in strings and such") (( You should be able to embed  in strings and such

TheBunnyMan123 avatar Mar 06 '25 22:03 TheBunnyMan123