Multiple lines comments

Did you know that you can also write comments in "/* */"?
example to check, if that is really right:
example to check, if that is really right:
- Code: Select all
x = 0;
y = 0;
xvelocity = 1;
yvelocity = -1;
/*
x = 1200;
y = -11;
xvelocity = -12;
yvelocity = 0.87;
*/