4 lines
100 B
Text
4 lines
100 B
Text
|
|
declare strdup entry (character (30) varyingz) options (fastcall16);
|
||
|
|
|
||
|
|
put (strdup('hello world') );
|