6 lines
99 B
Text
6 lines
99 B
Text
|
|
#include <hbasic.h>
|
||
|
|
Begin
|
||
|
|
GetParam(name File)
|
||
|
|
Print("My Program name: ", name File,Newl)
|
||
|
|
End
|