Lodoscript is a simple coding program meant to help others with creating projects, This is still in development,
How to use Lodoscript:
To learn the basics of Lodoscript, You have to make your first lodoscript file, Go on your computer and make a new text document, then type this
do
say({Hello!})
After that, save it as a .lodo file, you can name it whatever
Then, load the Lodo file in the lodo_cli, It might be called lodo_cli_colorline because that is the newest version as of 7/23/2025,
Then what you are going to do is type
lodo({path_to_your_file})
Replace path_to_your_file with the recently created .lodo file you created, remember to get rid of the quotation marks!
Example
lodo({C:\Users\user\Desktop\lodotest.lodo})
DO NOT DO THIS!!!
lodo({"C:\Users\user\Desktop\lodotest.lodo"})
If you do that then the program cant read the file, it can only have the filepath,
Think you are ready? Click here to go to the download page + Free coding pdf to help you code with it!
No comments:
Post a Comment