kalker/tests/ambiguities/fn_call_no_parenthesis.kalker

6 lines
65 B
Plaintext
Raw Normal View History

2023-07-19 23:50:22 +02:00
x = 3
sin2deg = sin(2deg) and
sin2x = sin(2x) and
sin2 = sin(2)