Flkl
Jump to navigation
Jump to search
Flkl programming language
Flkl is a language made by Salmmanfred in about 3 hours
The spec
|a = nothing
f = load a string/int into the data
p = print the data in the data
q = quit
m = minus (m10a)
e = if the data is equall to 1 it moves to a new row (e1a)
l = move to line
n = new line
Example code
this counts down from 100 to 1 and says bruh at 90:
f100|al1a npm1ae0|2ae90|3al1a nq nfbruh|apf89|al1a
hello world:
fhello world|ap