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
655e5d1d12f2e0746ca35630042a4c7e46973f4f
Plasma
/
tests
/
test.pla
7 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
AST is accepting functions!!!
2025-10-14 07:14:53 +11:00
main = Func(): Int {
AST works for variable reassignment kinda coded horribly tho lol
2025-10-14 19:22:59 +11:00
x: Int = 0;
x = x * 2;
return x;
AST is accepting functions!!!
2025-10-14 07:14:53 +11:00
}
Reference in New Issue
Copy Permalink