GulfOfMexico
GulfOfMexico copied to clipboard
To please python devs and other devs
Instead of using { use : but still use } to close
ex:
// Wrong
if (true) {
print("Hello World")
}
// Correct
if (true):
print("Hello World")
}
(Indentation will not matter)
This will make it easier for python devs to learn DreamBerd and keep it similar to other languages for smart devs
Python does support brackets like that, so this is probably a nonissue.
damn thats crazy but it looks funnier
LGTM
Sorry about the mistake i wrote
(Indentation will not matter)
but DB takes indentation very seriously