Logo
Explore Help
Register Sign In
admin/j-lang
1
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

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
Powered by Gitea Version: 1.25.3 Page: 34ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API