
No!

Yes, as it is written in the documentation:
When the statements Define, EnableExplicit, EnableASM are used inside a module, they have no effect outside the respective module, and vice versa.
Code: Select all
; Grid
VectorSourceColor(RGBA(235,235,235, 255))
Code: Select all
; Axes
VectorSourceColor(#Black|255<<24)
Code: Select all
GrabSprite(u,74,4+(u-1)*taille_y,taille_x,taille_y, #PB_Sprite_AlphaBlending)Code: Select all
Procedure.d Double(Integer.i)
ProcedureReturn Integer
EndProcedure
DrawText(0, Double(Int(33.5) >> 1), "", 0)Code: Select all
BindEvent(#PB_Event_CloseWindow, @Callback(), #Window) Code: Select all
TextGadget(gi,10,gY,120,gH+30,txt$ + gi)