Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
13
Task/Boolean-values/GAP/boolean-values.gap
Normal file
13
Task/Boolean-values/GAP/boolean-values.gap
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
1 < 2;
|
||||
# true
|
||||
|
||||
2 < 1;
|
||||
# false
|
||||
|
||||
# GAP has also the value fail, which cannot be used as a boolean but may be used i$
|
||||
|
||||
1 = fail;
|
||||
# false
|
||||
|
||||
fail = fail;
|
||||
# true
|
||||
Loading…
Add table
Add a link
Reference in a new issue