Y
Hacker News
new
|
ask
|
show
|
jobs
by
two_handfuls
261 days ago
This looks potentially interesting. The "cheat sheet" seems the most useful document listed but it lost me there:
> Use `have` to declare an object with checking its existence.
an object with what?
3 comments
card_zero
261 days ago
With checking-its-existence. With checking
of
its existence. With existence checking.
While
checking its existence. OK it could be better written.
link
litexlang
260 days ago
haha, you are right bro!
link
aktuel
260 days ago
The tutorial explains the language in much more detail:
https://litexlang.com/doc/Tutorial/Introduction
link
litexlang
260 days ago
have is used to ensure the existence of the object you define. For example, you do not want to declare a new object when it is from an empty set!
link