How are single-line comments added in ActionScript? Multiline comments?

What will be an ideal response?


Single-line comments in ActionScript begin with two forward slashes. Multiline
comments begin with a forward slash and an asterisk and end with an asterisk
followed by a forward slash:
```
// this code is a single-line comment
/* this line and the
lines below this
are all
commented out
until the
asterisk-and forward space here */
```

Computer Science & Information Technology

You might also like to view...

Which of the following should be declared virtual?

a. all constructors b. all destructors c. all constructors in a base class d. all base class destructors e. none of the above

Computer Science & Information Technology

Why is so much attention today focused on object-oriented programming?

What will be an ideal response?

Computer Science & Information Technology

To minimize all windows except the active window, ________ the title bar

A) snip B) snap C) shake D) spin

Computer Science & Information Technology

Photoshop displays non-selected anchor points as ____ as you add further anchor points.

a. triangles b. hollow squares c. red circles d. blue rectangles

Computer Science & Information Technology