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
4370dc44070fc47a1f36c5c73e198614be8298a5
Plasma
/
tests
/
test.pla
8 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
slowly fixing bugs and writing a math library
2025-10-19 10:32:33 +11:00
depend "tests/math.pla";
file imports work!!!!!
2025-10-18 07:21:19 +11:00
main = Func(): Int {
slowly fixing bugs and writing a math library
2025-10-19 10:32:33 +11:00
$print("%f\n", $sqrt(100.0));
sqrt function works... finally... ;-;
2025-10-18 19:28:54 +11:00
return 0;
slowly fixing bugs and writing a math library
2025-10-19 10:32:33 +11:00
}
Reference in New Issue
Copy Permalink