Use //! for script docs.

This commit is contained in:
Stephen Chung
2022-07-24 23:03:35 +08:00
parent e8d6e3f57d
commit 45acb65f4f
28 changed files with 30 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
// This script defines a function that acts as a method.
//! This script defines a function that acts as a method.
// Use 'this' to refer to the object of a method call
fn action(x, y) {