Empty string: Difference between revisions

m (→‎{{header|REXX}}: remove some blank lines. -- ~~~~)
Line 568:
Or the build-in operator:
<lang rascal>import String;
if (isEmpty(s)) print("string s is empty");</lang>
if (isEmpty(s)) print("string s is not empty");</lang>
 
=={{header|Retro}}==
Create an empty string and assign it to a variable. In these '''keepString''' is used to ensure that the string is permanent.
Anonymous user