cheddar-lang / Cheddar

🧀 Cheddar, the language that works for you
cheddar.vihan.org
Apache License 2.0
28 stars 9 forks source link

I can't enter a nil #24

Closed Maltysen closed 8 years ago

Maltysen commented 8 years ago

when I type nil it says that nil is an undefined variable.

vihanb commented 8 years ago

there is no nil type so idk whether this is a proposal or an invalid bug report :I

Maltysen commented 8 years ago

but the array part of your doc says there is

Maltysen commented 8 years ago

[1,, 3] // [1, nil, 3]

vihanb commented 8 years ago

Oh, that's outdated. I should remove it >_>

Maltysen commented 8 years ago

so, yeah then, you can make this a proposal too. you should prolly have some null type