1
0
mirror of https://github.com/PaddiM8/kalker.git synced 2025-03-02 15:21:18 +01:00
kalker/tests/ambiguities/fn_call_no_parenthesis.kalker
2023-07-19 23:50:22 +02:00

6 lines
65 B
Plaintext

x = 3
sin2deg = sin(2deg) and
sin2x = sin(2x) and
sin2 = sin(2)