📄️ Flow-Wing Syntax Overview
Flow-Wing features a clean and intuitive syntax designed to enhance code readability and maintainability. The language emphasizes clarity through consistent indentation and straightforward structures. Key aspects of the syntax include:
📄️ Data Types in Flow-Wing
1. Integer Data Type (int)
📄️ Variables and Constants Declaration
This document provides examples of how to declare variables and constants in Flow-Wing.
📄️ Assignment Expressions
Flow-Wing provides the following assignment operators:
📄️ Operators
Flow-Wing supports the following operators, categorized for ease of understanding:
📄️ Keywords
Flow-Wing programming language supports the following keywords:
📄️ Custom Types
Custom types in Flow-Wing are a powerful feature that allows you to define your own data types, with the ability to define methods and properties for your custom types.
🗃️ Classes and Objects
1 item
🗃️ Comments
2 items
🗃️ Conditionals
3 items
🗃️ Containers
3 items
🗃️ Custom Type and Objects
2 items
📄️ Flow-Wing CLI
The Flow-Wing CLI provides several options for compiling and managing your Flow-Wing programs. This page documents the available options, including example commands.
🗃️ Functions
2 items
🗃️ Loops
2 items