📄 const.mal
字号:
#line 38 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/const.mx"module const;pattern open():voidaddress CSTopencomment "Locate and open the constant box";pattern close():voidaddress CSTclosecomment "Close the constant box ";pattern destroy():voidaddress CSTdestroycomment "Destroy the box";pattern take(name:str):any_1 address CSTtakecomment "Take a variable out of the box";pattern deposit(name:str,val:any_1) :void address CSTdepositcomment "Enter a new variable into the box";pattern releaseAll():void address CSTreleaseAllcomment "Release all variables in the box";pattern release(name:str) :void address CSTreleasecomment "Release a new constant value";pattern release(name:any_1):void address CSTreleasecomment "Release a new constant value";pattern toString(name:any_1):str address CSTtoStringcomment "Get the string representation of an element in the box";pattern discard(name:any_1) :void address CSTdiscardcomment "Release the const from the box";pattern newIterator()(:lng,:str)address CSTnewIteratorcomment "Locate next element in the box";pattern hasMoreElements()(:lng,:str)address CSThasMoreElementscomment "Locate next element in the box";#line 79 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/const.mx"pattern prelude():void address CSTpreludecomment "Initialize the const box";command epiloque():void address CSTepiloguecomment "Cleanup the const box";const.prelude();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -