long-y-lang
v1.2.0
Published
why did I make this?
Downloads
2
Readme
Ý
why did I make this?
will be used in a thing i want to make
will improve later maybe
could also be used via terminal, but im too lazy to add that, maybe later
Syntax
Variable reference: [varname] Objects are supported: [object:subobject:value]
Example code:
FUNCTION amogus
DECLARE text, [1]
ADD text, " is sus"
DECLARE b_holder
INVOKE std:string:cmp_str, [text], ""
ASSIGN b_holder
IF [b_holder]
INVOKE std:io:writeln, "bad"
END
ELSE
INVOKE std:io:writeln, "good"
END
INVOKE std:io:writeln, [text]
END
INVOKE amogus, "The impostor"