hi all

my question is:

picbasic pro has too many routines and built in functions so

if i use for ex. the routine "pause 20" in a line it will be placed in a program location ,if i reused a "pause 20" again will the compiler place another code in the program memory for that or use the previosly one used?

if i declared a sub-routine that i will use many times as:

delay:
pause 20
return

is that a solution and better than writting "pause 20" every time i need ?will it affect the program ?

thnx
bye