Jump to content

Empty string: Difference between revisions

m
→‎{{header|Z80 Assembly}}: typo fix and clarification
m (→‎{{header|Z80 Assembly}}: removed an extra lang closer)
m (→‎{{header|Z80 Assembly}}: typo fix and clarification)
Line 3,062:
jr loop_getStringLength
 
ld a,b ;load B into A
ld b,a
or a ;compare B to zero
or a
jr z,StringIsEmpty</lang>
;your code for what happens when MyString is not empty goes here.
 
=={{header|zkl}}==
1,489

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.