This website requires JavaScript.
Explore
Help
Sign In
extern
/
kalker
Watch
1
Star
0
Fork
0
You've already forked kalker
mirror of
https://github.com/PaddiM8/kalker.git
synced
2024-12-13 18:10:42 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0281e921d5
kalker
/
tests
/
redefining.kalker
7 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Allow re-definition of functions
2022-01-23 02:19:38 +01:00
x = 2
x = 3
Fixed function re-definitions sometimes being parsed as calls
2022-04-25 01:05:16 +02:00
f(x, y, z) = x * y = z
f(x, 2, 6)
f(x, y, z) = 2 * x * y = z
Allow re-definition of functions
2022-01-23 02:19:38 +01:00
Fixed function re-definitions sometimes being parsed as calls
2022-04-25 01:05:16 +02:00
f(2, 3, 12) and x = 3
Reference in New Issue
Copy Permalink