This website requires JavaScript.
Explore
Help
Register
Sign In
mclang
/
mclangc
Watch
1
Star
0
Fork
0
You've already forked mclangc
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
f338f07e7d
mclangc
/
tests
/
parser
/
loops.mcl
4 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Setup parser testing with various tests
2024-12-21 21:09:10 +00:00
for let i = 0; i < 10; i += 1 {}
while i > 3 {}
loop {}
Reference in New Issue
Copy Permalink