Compare length of two strings: Difference between revisions

Content added Content deleted
(Added MSX Basic)
Line 792: Line 792:
==={{header|MSX Basic}}===
==={{header|MSX Basic}}===
{{works with|MSX BASIC|any}}
{{works with|MSX BASIC|any}}
{{works with|PC-BASIC|any}}
{{works with|Applesoft BASIC}}
{{works with|BASICA}}
{{works with|BASICA}}
{{works with|Chipmunk Basic}}
{{works with|Chipmunk Basic}}
{{works with|Just BASIC}}
{{works with|PC-BASIC|any}}
{{works with|QBasic}}
{{works with|QBasic}}
{{works with|True BASIC}}
{{works with|True BASIC}}
{{works with|Just BASIC}}
{{trans|True BASIC}}
{{trans|True BASIC}}
<syntaxhighlight lang="qbasic">100 LET A$ = "abcd"
<syntaxhighlight lang="qbasic">100 LET A$ = "abcd"