Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
17
Task/Empty-string/Diego/empty-string-2.diego
Normal file
17
Task/Empty-string/Diego/empty-string-2.diego
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
add_str(es,⟦⟧);
|
||||
add_bool(isEmpty)
|
||||
()_check⟦[es]==⟦⟧⟧;
|
||||
()_if⟦[es]≍⟦⟧⟧;
|
||||
()_calc({bool},⟦[es]==⟦⟧⟧);
|
||||
()_test⟦[lens]≍0⟧_lento(lens,⟦[es]⟧);
|
||||
()_is⟦[lens]>0⟧_lento(lens,⟦[es]⟧);
|
||||
()_check⟦[es]===({str},⟦⟧)⟧;
|
||||
()_if⟦[es]≡({str},⟦⟧)⟧;
|
||||
()_calc⟦≣[es]⟧_forme()_forall();
|
||||
()_not⟦[es]≠⟦⟧⟧;
|
||||
()_not()_bool[es];
|
||||
()_empty[es];
|
||||
(es)_equal⟦⟦⟧⟧;
|
||||
;
|
||||
log_console()_(isEmpty);
|
||||
log_console()_is(es); // is not null
|
||||
Loading…
Add table
Add a link
Reference in a new issue