String rialToTomanFun(String rial) { int rialInt = int.parse(rial); int tomanInt = rialInt ~/ 10; return tomanInt.toString(); }