{/lib/....} how to arrange them in one file

Post Reply
Joel
Posts: 57
Joined: Fri Jan 15, 2016 1:36 pm
My devices: miniipad
Flag: Germany

{/lib/....} how to arrange them in one file

Post by Joel »

Hi y'all.
I work a lot with libs and would like to know if there is any mean to include visibly the libs to the programm, so that you have a complete functioning program in one file / editor?
(Of course you could add them manually to the program ... but ... hell...;-) )

Thanks in advance, Joel

User avatar
sarossell
Posts: 195
Joined: Sat Nov 05, 2016 6:31 pm
My devices: iPad Mini 2, iPhone 5, MacBook Air, MacBook Pro
Flag: United States of America
Contact:

Re: {/lib/....} how to arrange them in one file

Post by sarossell »

As far as I know, you have two option:

1) Include the file with curly braces (e.g., {/libraries/mathlib}) There's also the double curly brace option to include the library only once if it was not yet inserted:{{/libraries/matlib}}.

2) include the library functions code directly at the end of the program.
smart BASIC Rocks!

- Scott : San Diego, California

Post Reply