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
f122eca1d52993b7852ececb00e1ca3304e0947c
Plasma
/
tests
/
test.pla
7 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
file imports work!!!!!
2025-10-18 07:21:19 +11:00
main = Func(): Int {
you can output to executables now
2025-10-19 19:01:14 +11:00
for (i: Int = 1; i < 100000; i+=1;) {
$print("%i\n",i);
}
slowly fixing bugs and writing a math library
2025-10-19 10:32:33 +11:00
you can output to executables now
2025-10-19 19:01:14 +11:00
return 0;
}
Reference in New Issue
Copy Permalink