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