This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
j-lang
Watch
1
Star
0
Fork
0
You've already forked j-lang
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
21efb0563b74d5c29909e8c83f8c9b7fca88c5c5
j-lang
/
projects
/
functions.j
2 lines
31 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Allow function calls in expressions and add len() built-in - Parse function calls in parse_term() so they work inside expressions (e.g. z = len(x), y = len(x) + 1) - Add len() built-in for string length in evaluator
2026-02-16 18:31:39 +01:00
x = "Hello"
println(len(x) + 3)
Reference in New Issue
Copy Permalink