all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
7
Task/Substring/PL-I/substring.pli
Normal file
7
Task/Substring/PL-I/substring.pli
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
s='abcdefghijk';
|
||||
n=4; m=3;
|
||||
u=substr(s,n,m);
|
||||
u=substr(s,n);
|
||||
u=substr(s,1,length(s)-1);
|
||||
u=substr(s,index(s,'def',m);
|
||||
u=substr(s,index(s,'g',m);
|
||||
Loading…
Add table
Add a link
Reference in a new issue