Hello,
I'm doing the tutorial about scripting in the Modul8 documentatiion.
So I create a new module and paste this text in the init() layer
print “Hello World!”
and I hav an error when I restart the module :
SyntaxError: invalid syntax
print Hello World!
^
What I'm doing wrong?
best,
reno-