Is there a way to create multiple lines comments in Sikuli?

Asked by Quyen

Hello,

Is there a way to create multiple lines comments in Sikuli? It’s useful if we have this feature.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1
Revision history for this message
Quyen (quyenvodo) said :
#2

Thanks Manfred Hampl, that solved my question.

Revision history for this message
Quyen (quyenvodo) said :
#3

I tried to use ''' ...''' for multiple comments lines, but this isn’t working.

Revision history for this message
RaiMan (raimund-hocke) said :
#4

use (3 apostrophes)
"""
....
"""
this works