Jav
Jump to navigation
Jump to search
Jav is a low level language made by BrickLikesCoding as a side project. This was kind of made as a important language, like it was a actual attempt but I gave up so this is the result
Examples:
- The Hello World program is very similar to python / lua
print 'Hello, World!'
- You can add comments like this:
[ Hello, I am a comment! ]
- You can also save variables like this:
var my_variable = 'Value'
although currently, you can't call them. (I'm working on it, though)
- You can call wait times like this:
print 'Wait a second' wait 1000 print 'Ok I waited a second'
You can run a online version here: Repl.it interpeter (Fork it!)