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
170146ee7e2bd35af19a30c7cfedf17a6aadee9f
Plasma
/
tests
/
test.pla
7 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
wrote test program for functions
2025-10-14 21:34:18 +11:00
test = Func(): Int {
return 123;
}
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