This website requires JavaScript.
Explore
Help
Register
Sign In
SpookyDervish
/
Plasma
Watch
1
Star
0
Fork
0
You've already forked Plasma
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1d6c3db5e4236b77b2221f2540761ae7b4d4c548
Plasma
/
tests
/
test.pla
7 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
AST is accepting functions!!!
2025-10-14 07:14:53 +11:00
main = Func(): Int {
FOR STATEMENTS WORK!!!!!
2025-10-16 17:35:00 +11:00
for (x: Int = 1; x <= 20; x = x + 1;) {
$print("i = %i\n", x)
while loops work!
2025-10-15 18:44:15 +11:00
}
parser isnt liking for statements :(
2025-10-16 07:24:40 +11:00
return x;
AST is accepting functions!!!
2025-10-14 07:14:53 +11:00
}
Reference in New Issue
Copy Permalink