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
9f6fff9977f603b37f5d6164115537cb3257c277
Plasma
/
tests
/
test.pla
10 lines
105 B
Plaintext
Raw
Normal View
History
Unescape
Escape
AST is accepting functions!!!
2025-10-14 07:14:53 +11:00
main = Func(): Int {
while loops work!
2025-10-15 18:44:15 +11:00
a: Int = 0;
while a < 10 {
$print("a = %i\n", a);
a = a + 1;
}
return a;
AST is accepting functions!!!
2025-10-14 07:14:53 +11:00
}
Reference in New Issue
Copy Permalink