3 lines
65 B
Text
3 lines
65 B
Text
import String;
|
|
|
|
public str IncrNumStr(str s) = "<toInt(s) + 1>";
|
import String;
|
|
|
|
public str IncrNumStr(str s) = "<toInt(s) + 1>";
|