Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Get data the way you want

    ifdef…elsifdef…elsedef…endifdef Statements

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    The ifdef Statement The ifdef statements are executed at parse time, not runtime. This allows you to change the way your program operates in a very efficient manner. Since the ifdef statement…

    Continue Readingifdef…elsifdef…elsedef…endifdef Statements

    Euphoria – Switch Statements

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    The switch statement is used to run a specific set of statements, depending on the value of an expression. It often replaces a set of if…elsif statements giving you more control and readability of…

    Continue ReadingEuphoria – Switch Statements

    if…elsif…else…endif Statements

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    The if Statement An if statement consists of a boolean expression followed by one or more statements. Syntax The syntax of if statement is − if expression then -- Statements will execute if the expression is…

    Continue Readingif…elsif…else…endif Statements

    Euphoria – Branching

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:4 Comments

    Branching is the most important aspect of any programming language. While writing your program, you may encounter a situation when you have to make a decision or you have to…

    Continue ReadingEuphoria – Branching

    Euphoria – Assignment Operators

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    The following simple example program demonstrates the assignment operator. Copy and paste following Euphoria program in test.ex file and run this program − #!/home/euphoria-4.0b2/bin/eui integer a = 10 integer b…

    Continue ReadingEuphoria – Assignment Operators

    Euphoria – Logical Operators

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    The following simple example program demonstrates the logical operator. Copy and paste following Euphoria program in test.ex file and run this program − #!/home/euphoria-4.0b2/bin/eui integer a = 1 integer b…

    Continue ReadingEuphoria – Logical Operators

    Euphoria – Relational Operators

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    The following simple example program demonstrates the relational operator. Copy and paste following Euphoria program in test.ex file and run this program − #!/home/euphoria-4.0b2/bin/eui integer a = 10 integer b…

    Continue ReadingEuphoria – Relational Operators

    Euphoria – Arithmetic Operators

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:1 Comment

    The following simple example program demonstrates the arithmetic operators. Copy and paste following Euphoria program in test.ex file and run this program − #!/home/euphoria-4.0b2/bin/eui integer a = 10 integer b…

    Continue ReadingEuphoria – Arithmetic Operators

    Euphoria – Operators

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    Euphoria provides a rich set of operators to manipulate variables. We can divide all the Euphoria operators into the following groups − Arithmetic OperatorsRelational OperatorsLogical OperatorsAssignment OperatorsMisc Operators The Arithmetic…

    Continue ReadingEuphoria – Operators

    Euphoria – Sequences

    • Post author:K Z
    • Post published:October 19, 2021
    • Post category:Euphoria
    • Post comments:0 Comments

    A sequence is represented by a list of objects in brace brackets { }, separated by commas. A sequence can contain both atoms and other sequences. For example − {2,…

    Continue ReadingEuphoria – Sequences
    • Go to the previous page
    • 1
    • …
    • 224
    • 225
    • 226
    • 227
    • 228
    • 229
    • 230
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP