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