GulfOfMexico
GulfOfMexico copied to clipboard
Update README.md
Added extra stuff that standard DreamBerd users were begging for.
I wonder if negative equals could be used in declarations
const const name ;= "Bob"!
print(name == "Bob")! // false
print(name == "Lu")! // maybe
I wonder if negative equals could be used in declarations
const const name ;= "Bob"! print(name == "Bob")! // false print(name == "Lu")! // maybe
"But be careful, as ;= returns a error. Instead, use ≠, ≠≠, ≠≠≠ and ≠≠≠≠"
So it's
const const name ≠ "Bob"!
print(name == "Bob")! // false
print(name ≠ "Bob")! // true
print(name == "Lu")! // maybe
And of course:
var var name ≠ "Bob"!
name ≠≠ "Bob"!
print(name == "Bob")! // maybe
print(name ≠ "Bob")! // false
print(name == "Lu")! // maybe
Hear me out:
ces: code execution speed.
eg. ces = 0.05 runs 20 lines per second.
For folders you could just do something like this:
===== /src/add.db ===== function add(a, b) => { return a + b! } export add to "../main.db"! export add to "../misc"! ===== main.db ===== import add! ===== /misc/misc.db ===== import add! ===== /misc/test.db ===== import add!(I think it's cleaner)
No because:
- / is for division (
six/twoandthreeare the same so===== six/two =====and===== three =====are the same) - you need to put the folder name at every file