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,5 +1,5 @@
// This script calculates the n-th Fibonacci number using a really dumb algorithm
// to test the speed of the scripting engine.
//! This script calculates the n-th Fibonacci number using a really dumb algorithm
//! to test the speed of the scripting engine.
const TARGET = 28;
const REPEAT = 5;