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
  • Author: K Z

    This author has written 1821 articles
    1. Home>
    2. K Z>
    3. Page 78

    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

    Euphoria – Data Types

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

    The data stored in memory can be of many types. For example, a person's age is stored as a numeric value and his or her address is stored as alphanumeric…

    Continue ReadingEuphoria – Data Types
    • Go to the previous page
    • 1
    • …
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • …
    • 183
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP