dart_smython
dart_smython copied to clipboard
Comparison/addition operations on String types
Hi, I've implemented (and tested) comparison and addition (concatenation) on Strings. Actually I've implemented >, <, >=, <= and + operator. The function allow operations on items of the same type only (eg: num vs Strings) like in real python implementation.