Hallo,
Is it intended that " print "hello" " without brackets is syntactically correct? Or is it a bug? Greets
Is it intended that " print "hello" " without brackets is syntactically correct? Or is it a bug?
Greets
f'teste' = f('teste') f"teste" = f("teste") f[[teste]] = f([[teste]]) f{a = 1, b = 2} = f({a = 1, b = 2})
-alex