Compile function Product_Services(@Service, @Params) #pragma precomp SRP_PreCompiler $insert LOGICAL GoToService Return Response or "" //----------------------------------------------------------------------------- // SERVICES //----------------------------------------------------------------------------- Service DoSomething() Response = "Hello, World!" End Service Service DoSomethingWithParameters(Input, Ref Output) Output = Input:", World!" End Service