5 lines
78 B
Standard ML
5 lines
78 B
Standard ML
# str = "Some text" ;;
|
|
- : bool = true
|
|
|
|
# "Hello" > "Ciao" ;;
|
|
- : bool = true
|