i just thought of a coding language called WordIt (Word It) that would only use words (like bundle but only words)
ex:
start program
//declare function with name and code
declare funct named (function name)
funct named (function name) code start
new number console output of 5
new console line break
new string console output of hello
funct named (function name) code end
//run declared function
run funct named (function name)
output:
5
hello
made a mistake, you have to either type end program at the end or i will just remove the start and end declares completely