#include "llmod.as" #include "mod_getenv.as" mes "環境変数を表示します。" sdim a,256 getenv a,"path" mes "PATH="+a stop