5 lines
78 B
Text
5 lines
78 B
Text
|
|
declare s picture '999999999';
|
||
|
|
s = '123456789';
|
||
|
|
s = s + 1;
|
||
|
|
put skip list (s);
|