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
049db7c53abe4e64df709b5dda9e72e2f2ac4102
Plasma
/
tests
/
test.pla
8 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
wrote test program for functions
2025-10-14 21:34:18 +11:00
test = Func(): Int {
function calls work!!!
2025-10-15 06:59:29 +11:00
x: Int = 3;
return x + 2;
wrote test program for functions
2025-10-14 21:34:18 +11:00
}
AST is accepting functions!!!
2025-10-14 07:14:53 +11:00
main = Func(): Int {
wrote test program for functions
2025-10-14 21:34:18 +11:00
return test();
AST is accepting functions!!!
2025-10-14 07:14:53 +11:00
}
Reference in New Issue
Copy Permalink