"Loops 5 times" let i be 5 repeat: until i = 0 show: i
"Check if input is yes or no" let select be input: "Yes/No: " if select = "yes" show: "Selected yes." unless select = "no" show: "Selected no" else show: "Invalid selection."
"Add 2 nums" define add with: a; b return (tonumber: a) + (tonumber: b) show: (add: 5; 10)
Flu comes with prepacked-features. It takes the best parts of programming tools and adds its own innovations.
Simple Syntax
Easily code Flu thanks to it's simple syntax, so that you can achieve your goals faster.
Multi-Platform
Flu is available in all platforms (Windows, Mac, Linux...) so you can code anytime, any device.
Helpful Modules
Flu offers countless modules, making it easier for you to code.
Python Support (WIP)
You can effortlessly convert your Python scripts to Flu, as well as converting Flu back!
Problem Solved
Everytime you encountered an error, it will provide you a link for more info about that error as well as fixes.
Community
Problem unsolved? Ask our community, can be found at our discord.
Flu is a simple, multi-purposed programming language for everyone. With it's simple syntax, everyone in every level can code confidently and easily.