Just another update

This commit is contained in:
Ingy döt Net 2015-02-20 00:35:01 -05:00
parent a25938f123
commit 00a190b0a6
6591 changed files with 94363 additions and 23227 deletions

View file

@ -1,5 +1,7 @@
{{basic data operation}}[[Category:Basic language learning]]The task is to demonstrate how to compare two strings from within the language and how to achieve a lexical comparison. The task should demonstrate:
{{basic data operation}} [[Category:Basic language learning]] [[Category:Simple]]
The task is to demonstrate how to compare two strings from within the language and how to achieve a lexical comparison.
The task should demonstrate:
* Comparing two strings for exact equality
* Comparing two strings for inequality (i.e., the inverse of exact equality)
* Comparing two strings to see if one is lexically ordered before than the other
@ -12,4 +14,5 @@ Here "generic/polymorphic" comparison means that the function or operator you're
'''See also:'''<!-- Note that this part might go away, as it is handled by the “basic data operation” template -->
* [[Integer comparison]]
* [[Character matching]]
* [[String matching]]
* [[Compare a list of strings]]