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
4bd698e3303bae2d2b4de87362368e14ffcb2f5c
Plasma
/
tests
/
test.pla
4 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
file imports work!!!!!
2025-10-18 07:21:19 +11:00
main = Func(): Int {
sqrt function works... finally... ;-;
2025-10-18 19:28:54 +11:00
$print("%f\n", $sqrt(9.0));
return 0;
AST is accepting functions!!!
2025-10-14 07:14:53 +11:00
}
Reference in New Issue
Copy Permalink