conditionals examples
This commit is contained in:
6
examples/and_or_not.lila
Normal file
6
examples/and_or_not.lila
Normal file
@@ -0,0 +1,6 @@
|
||||
fn main() {
|
||||
yes = true;
|
||||
no = !yes;
|
||||
impossible = yes && no;
|
||||
always = yes || no;
|
||||
}
|
||||
Reference in New Issue
Block a user