example of how wordit could work:
// Welcome to Wordit Workspace!
// Wordit translates words to Javascript, so it can be used easily!
// You can delete this demo text.
// 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
true i will simplify it