Home

Documentation

Basic rules

Flashlight is called an interpreted programming language because it goes through an interpreter. It goes operation by operation. A flashlight command consists of the function sign, braces - and arguments inside of them, with semicolon at the end. Flashlight Interpreter will ignore every space, tab and new line character.

Flashlight comments:

#** one line comment **#
P{s{Text}};
#** 	multi
	line
	comment **#

Flashlight commands: