This website requires JavaScript.
Explore
Help
Sign In
James
/
tricu
Watch
2
Star
2
Fork
0
You've already forked tricu
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
tricu
/
test
/
fork.tri
2 lines
14 B
Plaintext
Raw
Normal View
History
Unescape
Escape
# File eval mode now relies on main function To encourage organizing code in a way that helps in understanding, I have implemented the common idiom of requiring a `main` function. In tricu and other functional languages, it is usually placed near the top of the module. The evaluator gracefully handles the situation of passing multiple files where the intermediary "library" files do not have main functions.
2025-01-26 15:33:12 -06:00
main = t t t
Reference in New Issue
Copy Permalink