5 lines
65 B
Text
5 lines
65 B
Text
|
|
string s;
|
||
|
|
s := "1234";
|
||
|
|
s := decimal(scantokens(s)+1);
|
||
|
|
message s;
|