Flare Script
CtrlK
Website
  • Table of Contents
  • Introduction
  • Lexical Conventions
  • Data Types
  • Variables
  • Operators and Expressions
  • Statements
  • Functions
  • Contracts
  • Examples
  • Testing
  • Conclusion
  • Appendix
Powered by GitBook
On this page

Table of Contents

  • Introduction

  • Lexical Conventions

    • Comments

    • Identifiers

    • Keywords

    • Literals

  • Data Types

  • Variables

    • Declaration and Initialization

  • Operators and Expressions

    • Arithmetic Operators

    • Comparison Operators

  • Statements

    • Expression Statements

    • Variable Declarations

    • Control Flow Statements

      • If Statements

      • While Loops

      • For Loops

  • Functions

    • Function Declarations

    • Parameters

    • Return Types

    • Return Statements

  • Contracts

    • Contract Definition

    • Functions within Contracts

  • Examples

    • Sample Contract

  • Testing

  • Conclusion

  • Appendix

    • Reserved Keywords

    • Future Enhancements

NextIntroduction

Last updated 9 months ago