LOTUSSCRIPT 言語


例:Use ステートメント
Use "PreModule"
' The previously defined module PreModule is loaded.
' Any Public definitions in PreModule are available in
' the module where the Use statement appears.

関連項目