Skip to content
/ flow Public

A programming language made in Python for new programmers.

Notifications You must be signed in to change notification settings

phase/flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flow

A programming language made in Python. It is based on BASIC, but with some more flavor. Website: http://flow.5th.xyz

Syntax

Types

Number: 2 - Numbers are only one integer, there are no doubles, floats, or decimals in this (yet).

Expressions: 5 + 6 * 8 / 7 - 9 - Expressions are a group of numbers with operations between them.

String: "Hello World!" - Strings are a list of characters that are put in quote marks.

About

A programming language made in Python for new programmers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages