aiscript icon indicating copy to clipboard operation
aiscript copied to clipboard

モジュールシステム

Open syuilo opened this issue 5 years ago • 0 comments

What

別のファイルの関数や定数を読み込める機能

構文案

Export

< :: {
  @foo() { "bar" }
}

Import

> Hoge "https://apm.example.com/packages/hoge"

<: Hoge:foo()

syuilo avatar Apr 23 '20 09:04 syuilo