17 lines
498 B
Plaintext
17 lines
498 B
Plaintext
add_str(s,⟦text⟧);
|
|
add_bool(isNotEmpty)
|
|
()_check⟦[s]!=⟦⟧⟧;
|
|
()_if⟦[s]≭⟦⟧⟧;
|
|
()_calc({bool},⟦[s]≠⟦⟧⟧);
|
|
()_test⟦[lens]≠0⟧_lento(lens,⟦[s]⟧);
|
|
()_is⟦[lens]<0⟧_lento(lens,⟦[s]⟧);
|
|
()_check⟦[s]!==({str},⟦⟧)⟧;
|
|
()_if⟦[s]≢({str},⟦⟧)⟧;
|
|
()_calc⟦!≣[s]⟧_forme()_forany();
|
|
()_bool[s];
|
|
()_not()_empty[s];
|
|
(s)_notequal⟦⟦⟧⟧;
|
|
;
|
|
log_console()_(isNotEmpty);
|
|
log_console()_is(s); // is not null
|