Jump to content

Empty string: Difference between revisions

m
(Empty string en Asymptote)
Line 1,067:
<lang dyalect>if !str { }
//or
if str.isEmptyIsEmpty() { }</lang>
 
Demonstrate how to check that a string is not empty:
Line 1,073:
<lang dyalect>if str { }
//or
if !str.isEmptyIsEmpty() { }</lang>
 
=={{header|Déjà Vu}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.