Compare length of two strings: Difference between revisions

m
(Created page with "{{task|String manipulation}} {{basic data operation}} Category: String manipulation Category:Simple ;Task: Given two strings of different length, determine which s...")
 
Line 115:
adc a,&40 ;This sequence converts a 4-bit hex digit to its ASCII equivalent.
jp PrintChar</lang>
 
{{out}}
<pre>
Goodbye 7
Hello 5
</pre>
1,489

edits