6 lines
247 B
Forth
6 lines
247 B
Forth
|
// For more information see https://aka.ms/fsharp-console-apps
|
||
|
open System
|
||
|
|
||
|
let args = System.Environment.GetCommandLineArgs() |> Array.toList
|
||
|
if args.Length <> 5 then
|
||
|
failwith $"程序启动参数错误:<nsm> -in story_dir -out html_out"
|