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
48e7488a6363b50c71681b3acc3d00dc9d830a63
Plasma
/
tests
/
test.pla
11 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
AST is accepting functions!!!
2025-10-14 07:14:53 +11:00
main = Func(): Int {
fixed reassignment, starting work on if statements
2025-10-14 20:02:22 +11:00
x: Int = 123;
AST works for variable reassignment kinda coded horribly tho lol
2025-10-14 19:22:59 +11:00
fixed reassignment, starting work on if statements
2025-10-14 20:02:22 +11:00
if x == 123 {
x = 0;
} unless {
x = 1;
}
AST works for variable reassignment kinda coded horribly tho lol
2025-10-14 19:22:59 +11:00
return x;
AST is accepting functions!!!
2025-10-14 07:14:53 +11:00
}
Reference in New Issue
Copy Permalink