2020年8月12日水曜日

 //モジュール外の変数の参照をモジュール内でする方法を今しがた知った次第です。

// 変数の後に「@」を付けると参照可能なのですね。


#module

#defcfunc test int a

b = a

c = x@ + b

return c

#global


x = 1

y = test(1)


mes str(y)

stop


Windows11 home Bitlocker解除

  設定→プライバシーとセキュリティ→デバイスの暗号化(オフ)