3 lines
60 B
Text
3 lines
60 B
Text
string=: 'example'
|
|
byte=: DEL
|
|
string=: string,byte
|
string=: 'example'
|
|
byte=: DEL
|
|
string=: string,byte
|