GitHub - dominexmacedon-docs/lopo-docs · GitHub
/" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
dominexmacedon-docs
lopo-docs
Public
Notifications<br>You must be signed in to change notification settings
Fork
Star
main
BranchesTags
Go to file
CodeOpen more actions menu
Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit
History<br>8 Commits<br>8 Commits
docs
docs
LICENSE
LICENSE
README.md
README.md
index.html
index.html
lopo.png
lopo.png
View all files
Repository files navigation
Lopo Programming Language
Welcome to the official documentation repository for Lopo Programming Language .
Download
Download Lopo
Click the button below to download the latest Windows executable.
Download Lopo
About
Lopo Programming Language
Property<br>Description
Name<br>Lopo
Type<br>Programming Language
Runtime<br>Virtual Machine
Source File Extension<br>.lopo
Executable<br>lopo.exe
Current Version<br>1.0.0
Developer
Property<br>Description
Developer<br>Dominex Macedon
Role<br>Creator and Maintainer
Repository<br>lopo-docs
Installation
1. Download
Click Download Lopo above and save lopo.exe.
2. Create a Folder
Create a folder for Lopo, for example:
C:\Lopo\
Move lopo.exe into that folder.
Example:
C:\Lopo\<br>lopo.exe
3. Add Lopo to PATH
To use lopo from Command Prompt without typing the full path:
Press Win + R
Type:
sysdm.cpl
Press Enter
Open Advanced tab
Click Environment Variables
Under System variables , select Path
Click Edit
Click New
Add:
C:\Lopo\
Click OK
4. Verify Installation
Open a new Command Prompt:
lopo -v
Expected output:
Lopo Version 1.0.0<br>Developed and maintained by Dominex Macedon
Running a Program
Create a file named:
hello.lopo
Example:
show("Hello, World!");
Run it:
lopo hello.lopo
Output:
Hello, World!
About
No description, website, or topics provided.
Resources
Readme
License
MIT license
Uh oh!
There was an error while loading. Please reload this page.
Activity
Stars
stars
Watchers
watching
Forks
forks
Report repository
Releases
Lopo-v1.0.0
Latest
Jun 22, 2026
Packages
Uh oh!
There was an error while loading. Please reload this page.
Contributors
Uh oh!
There was an error while loading. Please reload this page.
Languages
HTML<br>100.0%
You can’t perform that action at this time.