6 lines
88 B
Text
6 lines
88 B
Text
B=: A=: 'this is a test'
|
|
A=: '*' 2 3 5 7} A
|
|
A
|
|
th** *s*a test
|
|
B
|
|
this is a test
|