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