Functions
Appendixes
;+ ...
;* ...
;$ ...
|
Function MyFunction#(Var2,Var2)
Code
Code
Result$=OneOfMyOwnFunctions$(Var3) (Is one of
our own - so we must inform the system that it needs it)
a#=MaybeAnother#() (and this is done after End
Function
End Function
;+ OneOfMyOwnFunctions
;+ MaybeAnotherFunction
;* GlobalsConstantsHeaders.bbp (Placed in the Directory Funcs\Globals
- will be included at top of File)
;$ NewDirectory If not exists, a new Directory will be created inside
the WorkDirectory
;!!!AnExe.exe (see below)
Note the Space in the line after End Functions between
;+ and the FunctionName.
No $, % or # added to the Filename. This Function will be saved with the
Filename: MyFunction.bb
The Documentation that will be added will be explained as soon as the
Program is available.
|